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

Example
outputVariable = TableMatch("<tableName>", {})
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Table Name | string | Yes | Name of the table to match against. | |
| Criteria | object | Yes | Column values to match (e.g., {"funder": "Lex", "type": "BCH"}). The table may contain '*' wildcards; explicit matches score higher. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Stores the best-matching row as an object, or null if no match. |