$lookupTable
Signature:$lookupTable(table, filterKeys, filterPredicates[, options])
Parameters:
table- Source lookup table. All lookup tables are available inside $tables global variablefilterKeys- String or array of strings of keys to filter onfilterPredicates- One or more predicates to filter on. IffilterKeysis an array,filterPredicatesmust be an array of the same lengthoptions- Object with optional properties:wildcard- Wildcard string to use for matching. E.g. if set to ”*”, then “express_aero” will match “express_*”.
$uuid
Signature:$uuid()
Create a version 4 (random) UUID.
This function is provided by Stedi and isn’t a part of the JSONata standard library.
Example