Repeat
Last update: 20.03.2021
Repeat
When working with a list of items (e.g. a list of invoice line items), you may need to carry out a set of actions for every item within the list. The repeat step helps you do that. Actions indented within a repeat block will be carried out for all items in the list.
The input to the repeat step is a list. Actions within a repeat block should use data output from the Repeat step’s datatree. This ensures that every item in the list is processed.
Example Repeat: Insert a row into a Google sheet for each account in Salesforce