Get Records
API.
Requirement: In order to use the For Loop step, you need to define an array variables in order to be able to select a variable to loop over for the loop step.
- Click on the toggle list to select the variable you want to iterate over.
- Click the + button on the branch with the loop sign to select the action step you want to perform on each item in the array.

Tip: for steps inside the for loop, to refer to the current item using intelliSense you can use
@Item
which will refer to the current item of the looped array