Configure a For-Each Loop Branch


First published on: 02/21/2024/8:39 pm

 

 

“For-Each” branches allow the workflow to iterate (loop) through data collections.

 

They apply the same set of actions to each data collection element.

 

“For-Each” branches inspect the Message to Use on the specified path and split the data on that path into a collection.

 

This branch then repeats all actions for each collection element. When the loop has handled all elements, the workflow will continue onto the next branch or action in the workflow.  

 

To configure a “For-Each” loop branch, fill in all the basic settings listed here and ensure that the Message to Use option is set to the desired data.

 

Fill in the "Splitter" (i.e., the data path that will split the message apart into an iterable collection).

 

Inspect the message using a message trace to determine the data path.

 

Refer to the troubleshooting user guide for a detailed walkthrough of inspecting message details. 

 

 

 

Next


  

Last modified: 05/01/2025/2:58 pm

-