Insert Row
Estimated reading: 1 minute
This component allows users to insert a new row into an existing datatable and populate it with values during workflow execution.
Parameters
| Parameter | Description |
|---|---|
| Datatable | Specifies the target DataTable into which the new row will be inserted. |
| Mapping Column Mode |
Determines how column values are mapped while inserting the row.
|
| Input Columns | Specifies the values to be inserted into the DataTable columns. The mapping behavior depends on the selected Mapping Column Mode. In Manual mode, values are assigned to specific column names. In Automatic mode, values are mapped sequentially based on column position. |