Add Row Activity
The Add Row activity enables the insertion of new data entries into a specified dataset. This activity allows for precise placement of data by index or the ability to append entries to the end of the existing dataset structure.
| Field | Description | Requirement |
|---|---|---|
| Dataset name | The reference name of the target dataset to be modified. | Required |
| Row | The specific index or name where the row should be inserted. | Optional |
| Result variable name | The name of the variable that stores the output of the operation. | Optional |
Action Types & Examples
Row Indexing
- Format: digit or string
- Example Result: "0"
Variable Assignment
- Format: string
- Example Result: "resultVariable"
Implementation Examples
Field Setup - Dataset name: "newDS" - Row: "0"
Execution Parameters - Result variable name: "resultVariable"
Technical Notes
Row indexing follows a zero-based numbering system, where the first position is represented by 0. If the Row field is left blank, the activity will automatically append the new row to the end of the dataset.