Currently there is no Zap to duplicate a pre made Asana project template. This is very frustrating as it requires manually duplicating the required project template within the workflow.
Other task management platforms have this capability within Zapier, could we get it?
Hi @Waira_Mendoza_Angle and thanks for talking the time to share your feedback with us today. I donāt believe this is in our near-term plans, but Iāll keep you posted on this thread as soon as I have some updates on my end!
This is something we absolutely need as well. We create hundreds of projects using templates and would love to be able to trigger this with other apps.
This is actually easy to do now with my Flowsana integration - see the Auto-create a new project from a template section of this forum post:
Basically what you would do is use Zapier to trigger any of the Flowsana rule conditions - creating a new task, or adding a particular tag to a task, for example - and then that rule condition will trigger the Auto-create a new project from a template rule action.
I need to have more than one form/template for the different projects/sections. Does anyone know if this is possible? For what I can see we can just have one Form within Asana.
Asana currently doesnāt support more than one form per project. You can vote for an enhancement to allow multiple forms in a project here:
If I could do it in Flowsana (Iām the author), I would, but Asanaās programming interface doesnāt provide the means to get past the one-form-per-project limitation.
Agreed! Having the ability for Zapier to duplicate an existing Asana project would be amazing!
To our business, Asanaās value is derived from our ability to replicate projects that replicate actions consistently and without mistakes. We donāt need to āre-invent the wheelā each time.
As far as I can tell there is nothing special about the template other than that it shows as option when creating a new project. Using the duplicate project API is more or less the same thing.
Therefore you can just use the ASANA api for duplicating a project (use the project Id of the template). We just write some basic code in Code by Zapier using input data from our trigger. Instead of choosing ASANA action choose Code by Zapier and write an API command in JavaScript or Python.
Though, I do wonder if all of those include are necessary, or which ones are even accurate/valid. I donāt see a full list of options within the API documentation.