I have access to multiple teams. If I'm already logged into one and I click a link to a recipe/job in another team (e.g. something a client has sent me) I get the 'Oops! That page doesn't exist' errror. I then have to work out which team I need to ...
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 ...
This is such a useful and common requirement that I really hope Workato can build it into a standard function. I had to ask for help to do this with Ruby years ago. Surely many customers come across this requirement/shortfall in functionality all th...
Hi @meghan-legaspi Per my other note, I'm so far unable to access the feedback site to submit the idea.Re your question about determining which team a link is for, I don't have any easy way. I just guess and try it...I don't have many environments t...
Hi @mppowe and @meghan-legaspi I'd be happy to submit a feature request, but I'm unable to access the pendo.io feedback site. I try to login using my Workato email....I don't see any option to register but tried the password reset link, however I n...
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...