Skip to main content

Table Match

Wildcard-aware lookup with specificity scoring. Finds the best-matching row, supporting '*' wildcards in table data.

Category: Named Tables & Rules Engine · Group: Tables · Activity name: TableMatch

The TableMatch activity in the designer

Example

outputVariable = TableMatch("<tableName>", {})

Inputs

NameTypeRequiredDefaultDescription
Table NamestringYesName of the table to match against.
CriteriaobjectYesColumn values to match (e.g., {"funder": "Lex", "type": "BCH"}). The table may contain '*' wildcards; explicit matches score higher.

Outputs

NameTypeDescription
outputVariablejsonStores the best-matching row as an object, or null if no match.