For Each
Input an array/multiple items and output each item one by one
Define data type
You are required to define a single specific data type that you will input as an array. All data types are supported
πΌData TypesFinal output
When the last item is output from the Each array item
output, this output will fire allowing you to know when all items have been processed and output.
Last updated