Based on your question, it seems you need to iterate over a list of values, exit the loop when a condition is met, and then proceed with the remaining steps in the recipe. (Please correct me if I've misunderstood.)Currently, Workato doesn’t support a...
Absolutely right to be cautious about storing sensitive token data in lookup tables, especially when visibility and job log exposure are a concern. A more secure and recommended approach in Workato is to use a combination of Encrypted Project Proper...
Try using Text mode when writing your code, or if you're using Formula mode, make sure to wrap any text values in single (') or double (") quotes and use the + operator to concatenate.Example for Formula mode:"Select " + <columnname datapill> + " fro...
I'm not too familiar with Cornerstone specifically, but based on your description, it sounds like you're seeing data in the results of your custom action, but when trying to map it or loop through it, the list shows up as empty or doesn’t return any ...