Lists
Accumulate Some Values by Count
Accumulates values sent to the ‘accept’ input. Emits the list after the total items passed to both ‘accept’ and ‘ignore’ inputs reach the specified count.
Inputs
- accept: Values to accumulate (required)ignore: Values to ignore (required)count: Number of values to accumulate before emitting them (required)
Outputs
- accumulated: The accumulated accepted valuesignored: The accumulated ignored values