Use case
This component can be used to generate a sequence without any existing data or starting point. You can use this sequence of values as unique identifiers or row numbers in an existing dataset.Properties
string
required
A human-readable name for the component.
integer
required
The value of the first generated row.
integer
required
The number to increment the sequence by on each iteration.
integer
required
The maximum value of the sequence. This does not need to be part of the sequence.
string
required
The name of the output column that contains the sequence value.
