Hi Folks,So to check for the presence of an array (i.e. that there is at least 1 item in the array), as far as I'm aware you need to do a formula to check the length of it. i.e. array.length (<-formula)greater than (<-condition)0 ...
Hi Thierry,Using my new best friend (ChatGPT) it came up with a RegEx "\bMED\w+"which can extract the values starting with MED from the text. Having not used RegEx in Workato I had a quick try by following the Workato documentation and it didn't wo...
That's an interesting idea....it could indeed be handy to be able to pause or switch off a recipe without switching off the webhook trigger.As a workaround, I would look into:Using a Monitor for Errors block with retries over a sufficient duration to...
It looks like the JSON has some errors in it but my guess is that the correct JSON is:{"deliveryContext": {"camper": {"demographics": {"address": "string","city": "string","state": "string","country": "string","phone": "string","postalCode": "string"...
I'd look at whether you have any other systems which users already use which Workato can be connected to. One of those could have forms functonality (or some kind of object creation) which could trigger the Workato recipe to run using their entered ...