Is there any way to separate the steps after the Iterator?
Status: Open · Asked by stevenphan on · 0 views
I currently have the steps looping, but in the google sheet update row step I only want to use it once without looping.
Only loop in the upload a google drive file step.
Link: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTY4MDYzNzA0MzI1MjZlNTUzZDUxMzIi_pc


Hello @stevenphan,
The use case you are describing is unfortunately not possible. Once an Iterator is used, all the steps added after it will run for the number of objects present in the array.