Data Table Set Value
Retrieves a specific cell value from an input data table based on the input row number and column name or number.

Input
Data Table
| Name | Required | Description |
|---|---|---|
| Table | The input data table. |
Cell
| Name | Required | Description |
|---|---|---|
| Row Index | The row index of the cell value. | |
| Column Index | The column index of the cell value. | |
| Column Name | The column name of the cell value. | |
| Column Is Name | When enabled, the column field will be treated as a column name rather than an index. | |
| Value | The field will be set to this value. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |