Inputs
Output
Type:Dict | Any
The default output is the entire item being processed in the loop. When ‘include_index’ is enabled, returns a dict with ‘item’ and ‘index’ keys.Iterate through a list of items, executing different actions for each item or after completion
Dict | Any
The default output is the entire item being processed in the loop. When ‘include_index’ is enabled, returns a dict with ‘item’ and ‘index’ keys.