I am trying to understand how Asana manages triggers with a little more granularity. Here is what we have set up.
- Asana form submits to a routing project.
- Routing project contains two triggers:
- [A] On form-task-type field change, move this Task to a regional-operational project.
- [B] On form-location field change, update a province-location field based upon the form-location.
- The regional-operational project contains another trigger:
- [C] On province-location field change, add this Task to an province-operational project.
What we have noticed is that sometimes the trigger [C] does not fire. My best guess at this point is that in some cases trigger [B] executes BEFORE [A] and therefore when the Task hits the regional-operational project, there is no province-location change to trigger [C]. The province-location change has already happened. Is that a reasonable conclusion? Any potential insight would be helpful!