Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OVERVIEW:

  • The ForEach activity allows you to iterate over a list of items and process each item in turn

...

  • .

       Image Added

  • After opening the 'If' activity, you will get the below configuration panel.

      Image Added


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:

        Image RemovedImage Added

  • 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. 

        Image RemovedImage Added

  • 'After Each' button will contain single data of 'Result Set'.
  • 'On Finish' button activity will execute when the iteration of data is completed.

...