For-Each Steps
A For-Each step allows you to iterate through a sequence (e.g., a list of files within a directory) and repeat an execution step any number of times. The For-Each block has the following structure:
For each item in sequence {sequence expression}
Execute (step)
Depending on your business needs, you can create Execution steps, Choose, Error/Success Handling, and Postpone blocks inside a For-Each block. You can also nest other For-Each blocks inside your For-Each block.
A For-Each block is executed until FlowForce Server finishes looping through all the items of the sequence expression. For an example of a job that uses a For-Each step, see Copy Files.