Update column action in the Record package
- Updated: 2023/08/04
Use the Update column action to update the value of a column within an existing record variable at the specified index or name, and store the output in the destination record variable.
Settings
- In the Actions palette, double-click or drag the Update column action from the Record package.
- Click the Source record variable
drop-down and select an existing source record variable.
If there are no existing record variables, create one.
- Use the Update column by field to
select one of the following options to update a column:
- Column index: to
specify the column number.
Indexing starts from 0. Enter 5 to indicate the sixth column from the left.
- Column name: to
specify the name of a column.Note: The column name is case sensitive. Ensure that you provide the correct column name. If there are duplicate column names, then the first matching column from the left will be updated.
- Column index: to
specify the column number.
- Click the Column type drop-down and
select one of the following options as the data type for the column that you are
updating:
- Click the Destination record
variable drop-down to select an existing destination record
variable.
(Optional) Click the Create variable icon to create a record variable. For more information, see Record variable.