A loop is a Flow element that allows you to process multiple records at a time, through a collection. A loop executes the same logic on each item until the entire collection has been processed.
The execution outcome can be used for updating existing records or creating new ones.
Official Docs
Additional Resources
- Video: Flow Builder Tutorial: Get Multiple Records and Loop Through Them (Alex Edelstein)
- Collection Processors for Flow (Alex Edelstein)
- How to use a Loop (David Litton)
- Focus on Automation: Visual Workflow Loops (FOCUSONFORCE)
- How to use a Loop inside a Loop (David Litton)
- Video: Wizard’s Apprentice Visual Workflow Episode 5: Loops, Assignments, and Fast Elements (Brian Kwong)
- Video: Salesforce Flow Loops (Jordan Nelson)
—————
