Keragon's "For each" logic is designed for iterating over arrays in your workflow. This capability is crucial for handling tasks that involve lists or collections of items, enabling you to apply actions to each element in an array systematically.
Steps to Implement "Loop" Logic in Your Workflow
- Add For each: Choose the ‘+’ icon on your Keragon canvas and select the "Logic" from the tabs. Pick the "For each" action.
- Configure Your Loop: After adding the "For each," click on it to configure. Here, specify the array you want to loop over.
- Set Up Actions Inside the Loop: For each element of the array, define what action should occur by clicking the "+ Add to loop" in your canvas. This could involve, for example, sending an email to each address in "EmailList."
- Finalize and Test: Save your settings and test the loop to ensure it functions as expected, iterating over each array element and executing the defined actions.