Dynamically map Clickup Tags to Todoist Projects

Hi,

I’m not a programmer so wanted to see if this was possible before I went down the rabbit hole.

I have created a workflow that will generate a Todoist Task when a Task is created in my Clickup workspace. This is the workflow:

Essentially a new clickup task triggers it, the task’s details are retrieved and then can be used to create a new task in Todoist. In this instance to a fixed project with a task title that also is a link to the clickup task.

What I would like to do is extend the workflow so that the task goes to the relevant todoist project based on it’s clickup tag, which I assume could be achieved using javascript in the Todoist project portion of the workflow.

Any help is much appreciated

Hello @aventuraviper, this is totally possible with Pipedream code step.

I think this Pipedream University series start with this video is a good starting point for you: Structure of a Node.js Code Step - YouTube