Leveraging project templates - a deep dive

You’re welcome. :slight_smile:

Adding your vote and voice in this topic might help get this on Asana’s radar:

Hello Team,
Can w branch out to different Templates depending on specific fields on a form?
Is there a way?

Hi @Anabella_Sammarone , yes, you can create a custom rule which based on certain conditions of a single-select field (within your form’s question), then the action would be to convert task to project based on Template A.

Then if another condition is met (i.e. a different option from your single-select field), then a different action would create a project based on twmplate B, and so on.

Does that help?

PS: note that the ‘convert to project’ rule action does not currently support the option to let you leverage project roles or project start/end dates to autopopulate your projects created by such a rule action.

1 Like

Great, thank you. Do you have an example that I can follow or a step-by step guide or tutorial? Thanks.

@Anabella_Sammarone

  1. Create a single select custom field in the project
  2. Add the field to your form and set the question title
  3. Create a rule that triggers on new tasks being created
  4. Create branches in that rule (otherwise if) that check: whether the task comes from your form AND the custom field is set to a specific value
  5. Create actions at the end of each branch to convert the task to a project, here you can select the template to use
1 Like

Thank you, all will try it out.