Duplicating tasks add to a project via a form based on a number field.

I have created an Asana form where the individual submits how many people they would want for a project.

I have created a rule where if a task is added to the project via a form submission than X happens.
I was wondering if there is a way that you can create a rule that duplicates the task entry into the project by X amount of times based on how many people they have asked for.

For example,

The form asks for 3 people. The task created by the form enters into the project 3 times.

You kinda can.

Trigger: if X is 1
Action: create task > title is “triggering task title”, description is “triggering task description”…

And you do the same thing for 2, 3, 4, 5… but every time you have to re-create the whole action.

Does it make sense?

1 Like