Learn how to use loops to repeat actions in your workflow
Loops are a powerful feature in Leap Workflows that allow you to repeat a set of actions multiple times over a list of items. They act as containers for logic that needs to be executed repeatedly.
Actions inside a loop will execute once for each item in your configured list.
Make sure to properly configure max iterations to avoid unexpected behavior.