You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a top level step that generates a list, and I require a set of sequential steps to be triggered on a for loop. However it seems I have only been able to have the multiple steps to be executed in parallel. Is it possible to configure a set of steps that are triggered on a loop that execute in sequence?
This would basically be what we're looking to do:
First step: Generate list
Following sequential steps for each item from the generate list:
Execute sequential step 1 with items form first step
Execute sequential step 2 with items form first step, but after step 1 for this loop is completed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I currently have a top level step that generates a list, and I require a set of sequential steps to be triggered on a for loop. However it seems I have only been able to have the multiple steps to be executed in parallel. Is it possible to configure a set of steps that are triggered on a loop that execute in sequence?
This would basically be what we're looking to do:
Beta Was this translation helpful? Give feedback.
All reactions