đŹ Loop Action
Loop through all records in a list and apply an action to them.
Transcript
How to Use
Find Criteria
- After selecting the desired trigger, in the action step select â Loopâ
- Select the Application and List
- You can optionally select a view and the loop will only work on the records under that View.
- Select the field youâd like to sort the list according to.
- From â Apply Action forâ you can select to apply the action to:
- Only the first record from the sorted list
- All records (up to 1000 record) from the sorted list
- After you're done setting up your loop, you can continue to select the action youâd like to apply to the records.
Sub-action
- Now that your loop is set-up we can proceed to build the action weâd like to apply to the output record
- Under Loop Click âAdd Actionâ
- Select the action youâd like to take, in this example we will select update record
- In â The Record To Updateâ drop down you will find 4 options
- Triggering Record: this will select the record that triggered the automation.
- Triggering Record - Linked: this will open a drop down of the Linked List field of the record that triggered the automation.
- Output Trigger: this will select the output record from loop step
- Output Record - Linked: this will open a drop down of the Linked List field of the output record of the loop step.
- After selecting â The Record To Updateâ you can select the fields youâd like to update
- If you select Dynamic you will be presented with the fields from both the Triggering Record and the Output Record to select from
- Once youâre done selecting the fields youâd like to update, click Done, Save the automation, and youâre good to go.
Important Note đŽ
- Each action executed under the automation will count as an execution and it will be reflected to the automation quota accordingly.
- E.g. if loop was set to find 100 records and execute 5 different action for each record this will count as 500 execution
- I.e. Number of found records x Count of Actions per record