Loop
The Loop node repeats a set of actions for every item in a list. It is essential for processing batches of posts, leads, or any array of data.
When to Use
Use a Loop whenever you have an array of items (such as posts from Fetch Search Results or engagements from Get Post Likes) and need to process each one individually.
Loop Variables
Loop Paths
Syntax Example
{{loop.item}}{{loop.index}}{{loop.total}}Pro tip: Use the isLast variable inside your loop to trigger summary actions only on the final iteration, or use the "Completed" path for post-processing logic.