Lookup table
Looks up a value in a table.

Properties#

Input#
- Case Insensitive Use "case insensitive search" to lookup the value.
- Lookup Value The value to be checked in the table. Can be a partial value.
- Table The table where to search the value.
- UseContains Checks a cell contains the value instead of an exact match.
General Properties#
See General Properties.
Lookup Column#
- Column Index The index of the column to be checked.
- Column Name The name of the column to be checked. When column name is specified, column index is ignored.
Misc#
See Misc.
Out Error#
See Out Error.
Output#
- Cell Value The value of the cell found.
- Column Index The index of the column found.
- Column Name The name of the column found.
- Row Index The index of the row where the value was found.