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 Types

Final 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