Generate a number sequence. Configure start (default 1), step (n, default 1), and count (default 10).
Example
start=1, step=1, count=5 → 1, 2, 3, 4, 5
start=0, step=2, count=5 → 0, 2, 4, 6, 8
start=100, step=10, count=4 → 100, 110, 120, 130
Chain this tool with others in the Pipeline Builder →
Create multi-step text transformations