Hello, Here's the scenario: I have two tenants of a certain application that I can integrate with. They're similar in everything, only store different data - hence I have Connection_1 and Connectio...
Hello community, In an effort to enhance our CICD pipeline, I was investigating Workato's Developer API (documentation: https://docs.workato.com/en/workato-api.html). Is there an already made conne...
I am creating a recipe function to return a result from an API call. I have a Parse JSON step, but how do I return the result of this was the output of the recipe function? I have the sch...
Hi all, I'm trying to build a user experience with modals where a user makes selections in two steps. I need help figuring out the best way to structure this interaction using Workato. Here's what I...
New or updated group in Microsoft Entra ID the trigger JSON output provides data on member@delta which I want to use in a next step, but the data is not visible in the datapill. cheers, J...
I'm getting null objects in my filtered list. how can I remove the null objects w/o using Pythion script? Example: [{"name" : "Nitish", "Id": "010"}, {}, {"name" : "Nitesh", "Id": "020"}]
I have an Update Variables step in my recipe where I want to update 10 variables. I can select the first 9 and the data entry fields for those 9 appear below with no issues. However, when I select a ...
I have an Epicor BAQ report I use in Workato that gives me a list of all SKUs in an order and their shipping information 99.9% of the time all the SKUs in an order will be on the same pricebook but ...
Hi everyone, I just started with Workato because our new CRM (Recruit) uses it as a whitelabel automation solution. I have been using other platforms like Make for years though. Here's a snippet of ...
I'm trying to reference the ID property of a list item in a data pill expression. I could do a for each and loop through to get the relevant item, but I guess there must be a way to do this via...