Is there a way to stop it where the highlighter is and wait until the last operation is done before proceeding to the next operation? I need all the tasks to be created before proceeding with listing them and then updating them.
Hi @Robert_Payton,
Yes, just add an array aggregator after your module 25, using the iterator as the “source”. This way, all the bundles will be executed before moving on to module 28.
3 Likes