Execute a sequence of steps for each item in an array
The loopFlow function enables you to execute a defined sequence of workflow steps for each item in an array. This powerful function allows for bulk processing, automated repetitive tasks, and complex data manipulation workflows that need to operate on multiple records.
The loopFlow function is essential for automating repetitive tasks across multiple data records. It takes an array of items and executes the same workflow steps for each item, making it perfect for bulk operations, data processing, and automated notifications.
Execute a sequence of workflow steps for each item in an array, enabling bulk processing and automated repetitive operations.
Process multiple records with the same workflow logic
Send personalized messages or alerts to multiple recipients
Sync data between multiple systems or databases
Special variable that holds the current item being processed in the loop
${currentElement.propertyName}Items are processed one at a time in the order they appear in the array
loopFlow functions can be nested to handle complex multi-dimensional data structures
Errors in one iteration don't stop the processing of remaining items