Skip to main content

Data Table Get Value

Overview


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

Input

Data Table

NameRequiredDescription
TableThe input data table.

Cell

NameRequiredDescription
Row IndexThe row index of the cell value.
Column IndexThe column index of the cell value.
Column NameThe column name of the cell value.
Column Is NameWhen 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.