There are two actions that perform looping: Apply to each and Do until.
The Do until loop repeats until a condition is met.
Apply to each is commonly used after running a query to retrieve a list of records – for example, the List records action on the Common Data Service connector:
Figure 12.22 – Apply to each
In the Apply to each loop, you can add steps. In the preceding example, an email will be sent for every record retrieved.