Flow Element: Loop

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

—————

3328 reads