Accumulate to array

Hold onto each individual input of a specific data type and output an array of all of those items when the trigger is received

Define data type

You are required to define a single specific data type that you will accumulate into an array. All data types are supported

πŸ’ΌData Types

Trigger

Send any data to the trigger in order to combine all of the held items into an array, and output them together as multiple items. When the trigger is received, all stored items are cleared and you may start sending items to be accumulated again.

Last updated