Loading
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Loop Block

          Loop Block

          A Loop Block iterates over the items in a data array, enabling the Actions within it to repeat for each item. The array input to the Loop Block is processed so that each iteration receives only one item in the array.

          Property

          Description

          Loop List

          Accepts a JSON node containing an array.

          Loop Output

          Configurable Key/Value pairs to be available to subsequent Integration Procedure steps. Enter a Key and set the Value to the response of an Action within the Loop Block. The value can use merge field syntax, percentage signs on either side of the node name, to access that response. By default, if no Key/Value pairs are specified, a response of { "success": "OK" } is returned for each item processed in the array.

          Use this property with care. It returns the data you request for every iteration. If the Loop Block iterates 1000 times, it returns 1000 responses. This property is most useful for debugging or returning a limited dataset.

          Execution Conditional Formula

          Controls whether the Loop Block executes based on an expression that evaluates to true or false.

           
          Loading
          Salesforce Help | Article