Fetch a value from a lookup table.
ascent.lookups.get(id: string, Key: string): any;
ID
String
Lookup Table Id
Key
string
key withing the table
Example
ascent.lookups.get("0195d82b-72dc-7ea5-a7c1-3c7f83ba394b","Customer Id")
Last updated 1 year ago
Was this helpful?