• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

how to create separate workflow for each line in google sheets

se_cy

Member
I have google sheet with many lines.
I need to run for each row separate workflow which must includes delay step.

the steps are something like the picture below.

i tried the iterator but it doesn't work with delay.

what other options do i have?




1674116691419.png
 
P

Pabblymember11

Guest
Hey @se_cy

Currently, the delay action step might interfere with the extension if run with the Iterator action step.

So, we would recommend you use the automation without the Delay action step if you are using the Iterator action.

And to process every line of the Google Sheets' you can forward each line individually from the Router action step with the help of Data Forwarded whereas you can forward the data to another workflow.

1674121602477.png
 
Top