- Documentation
- Activities
- Data & Variables
- Update table item
Change a value in a specific cell of the table
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Table Variable tableName | variable | Required | — | — |
Row Index rowIndex | number | Required | — | — |
Column Name columnName | string | Required | — | — |
New Value newValue | expression | Required | — | — |
Output
updateSuccessBooleanWhether update succeeded
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Add table column
Add a new column to an existing data table
Add table row
Add a new row to a table
Clear table
Remove all rows from a data table
Convert table to text
Turn table data into a text format like CSV
Convert to Table
Convert API response data to a table format for Excel
Create table
Create a new table to store rows and columns of data