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.
  • Manual – Users explicitly map values to each column by name.
  • Automatic – Values are automatically mapped based on the column order in the DataTable.
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.
Share this Doc

Insert Row

Or copy link

CONTENTS