OVERVIEW:
- The ForEach activity allows you to iterate over a list of items and process each item in turn
...
- .
- After opening the 'If' activity, you will get the below configuration panel.
Default Configuration Parameters:
- Each Item: single data of Results.
- Result Set: The data to be iterate.
HOW IT WORKS:
A Simple Example to configure the 'For Each' activity in PopFlow Studio.
...
- The brackets [ ] highlighted in red above indicate that this a list of items.
- You can use the 'ForEach' activity to iterate through the list as shown in the following example:
- After filling the values in the given fields you can close and save the activity by clicking outside of the activity.
- You will notice two child buttons under the 'For Each' Activity.
- 'After Each' button will contain single data of 'Result Set'.
- 'On Finish' button activity will execute when the iteration of data is completed.
...