Loop step
https://www.youtube.com/embed/PCYHijmR0jY?rel=0&start=40&end=101
# What to use the Loop step for
The Loop step iterates through any sub-steps contained within it. Loop step can also be nested. Use it to loop through data, such as rows from a Google Sheet. Click to follow a tutorial on looping.
You can use this step to:
- Loop through data in a Google Sheet to create Social Posts- Enter data into Web forms- Create ChatGPT Web scrapers
# How to use the Loop step
# Loop through data
Repeat for each item in another step's data. Click 'Insert Data' and select the data you wish to loop through.
# Loop through all
Toggle ON this to loop through all rows of data, this function can be disabled to use first row only.
# Add step
Add the sub-steps you wish to execute in the loop.
# Addional information
You can nest loops up to four levels.