Data Table Get 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. |
Output
Cell Value The value of the specified cell in the input data table.