transformations:sequence
Table of Contents
SEQUENCE
Category: Create / Generate
Description
This action creates a table with a sequence of integer numbers starting from 1.
Use cases
A Sequence table can be used later for creating loops (iterations).
Action settings
| Setting | Description |
|---|---|
| Generate sequence from 1 to* | Define the ending number of the sequence. |
* Setting can be specified using a parameter.
Examples
Example #1
Create a sequenced list of numbers from 1 to 10.
After (result table)
| Count |
|---|
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 |
| 7 |
| 8 |
| 9 |
| 10 |
Action parameters
Generate sequence from 1 to: 10
Community examples
- Sending an email notification when project fails (Project; Module: Main; Group: The "Skip" action; Table: Example 2; Action position: 1)
- Rounding time to the nearest minute (Project; Module: Main; Group: Tab 1; Table: Table 1; Action position: 1)
- How to create a column with Boolean values (Project; Module: Main; Group: Tab 1; Table: Table 1; Action position: 1)
- Question: What controls the limits of how many actions can be executed simultaneously? (Project; Module: Main; Group: Setup;
Table: FirstWave; Action position: 1) - Dynamic parameter date (Project; Module: Main; Group: Group 1; Table: Table 1; Action position: 1)
Shortcuts
Fast ways to create the action:
- Press the "Add data" menu button. Pick "Generate data".
See also
transformations/sequence.txt · Last modified: by craigt
