Documentation

Loop

This step allows you to lop though each result in a list so that we can action each item one by one or for the whole list. When using loop you can either perform one action for the entire list or go through each item and perform a different action for each item.