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...
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"}]
The Workato community is a fast and easy way to get a head-start on your integrations. When you're unable to find a connector out of Workato's library of connectors, head over to the Workato communit...
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...
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 We have an external system that sends webhooks to Workato. Occasionally, these webhook calls are not received by Workato. The external system has two major limitations: No logging - it cannot re...
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 create a pdf file. with python, there's an issue of library, so can't use it. with HTML template, I'm trying to upload file to Workato storage but there its showing file type as text ...
Hi, I am currently working on a project that involves integrating with an external API, and I've encountered a challenge regarding the storage and management of authentication tokens. I've implement...