Skip to main content

Lookup value

Data & VariablesLow risk

Find a row by a key value and return a column from it, like VLOOKUP

Inputs

NameTypeRequiredDefaultDescription
Table Variable
tableName
variableRequired
Look In Column
lookupColumn
stringRequiredColumn to search for the value
Value to Find
searchValue
expressionRequired
Return Column
returnColumn
stringOptionalColumn to return from the matching row. Leave empty to return the whole row.
Match Case
caseSensitive
booleanOptionalfalse
Value If Not Found
defaultValue
stringOptional
Output Variable
outputVariable
variableOptionalLookupResult

Output

LookupResultObject

Lookup outcome and the value found

  • FoundBoolean
  • ValueString
  • RowObject
  • MatchCountNumber

Compatibility

WindowsLinuxAttendedUnattended

Related activities