Here are some suggestions for reducing the size of your scenarios containing Asana modules:
-
Use variables to store frequently used values. This can help reduce the number of Asana modules used in the scenario.
-
Use filters to process a subset of tasks in the entire scenario. For example, you could use a filter to only save Asana tasks that have a certain status.
-
Actually try splitting the scenario up. It helps with maintainability too.