2 weeks ago
As part of a recipe, I'm looking to include an IF check to confirm whether a Lookup Table has been populated yet. I'd like to use the Lookup formula (https://docs.workato.com/en/formulas/other-formulas.html#lookup) to perform this check by checking whether the table has any rows present, as it doesn't incur a Task (instead of the Lookup Table action, SQL transform, etc). However it looks like the formula currently only returns exact matches, so I only get results for "lorem ipsum", not for "lorem", "l", etc. Is there another way to check whether a lookup table has been populated?
a week ago
Hi @mahlon ,
Here is an example where you can apply ternary operator, to apply/assign the value.
Thanks and Regards,
Shivakumara K A