Is there any way to separate the steps after the Iterator?

stevenphan

Member
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

1757386688495.png

1757386712645.png
 

Preeti Paryani

Well-known member
Staff member
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.
 
Top