Create Dataset Activity
The Create Dataset activity enables the generation of a new dataset structure within the automation workflow. This activity establishes a unique reference name for the dataset, allowing subsequent workflow steps to populate and manipulate the data.
| Field | Description | Requirement |
|---|---|---|
| New dataset name | Specifies the reference name for the dataset being created. | Required |
| Row number | Defines the initial number of rows to be generated upon dataset creation. | Optional |
| Column number | Defines the initial number of columns to be generated upon dataset creation. | Optional |
Action Types & Examples
Create Dataset
- Format:
string - Example Result: "customerRecords"
Implementation Examples
Field Setup
- New dataset name:
inventoryDS - Row number:
5 - Column number:
3
Execution Parameters
- Dataset Reference:
inventoryDSinitialized with a $5 \times 3$ grid structure.
Technical Notes
While
Row numberandColumn numberare optional, defining them during creation allows for immediate data mapping. If left blank, use the "Add Row" and "Add Column" activities to establish the structure before attempting data entry.