Hi, I'm trying to build my first HTTP connector recipe and I'm running into an issue when I try to use formulas in the request body of a Post call. The request content type is set to json and everyth...
Hello, I'm building my first custom connector and I'm stuck on the auth path. each request to the connected application requires an active Session Id & Auth Token to be included in ...
Hi , We have a use case where we want the Recipe to be called from Other Application like Control - M , to create different dependecy of jobs , One job upon complition can be called the next job , i...
Hi All, I have scenario where when a New Incident is created in Service Now my recipe will trigger along with the data I am trying to fetch the attachments if user has attached to the incident. ...
Dear all, is there a way to set a category to an email using the outlook connector after downloading attached pdf files? its basically the same as described here: Stackoverflow: Add Outlook C...
I am trying to create recipe to call more than 1 http connector. But facing issue while using multiple HTTP connection endpoints within 1 recipe. only one connection work at a time. please sugge...
Hi all, I've built a small recipe to deliver the content of new CSV files in an On-prem into a Google Sheet. This is working fine, but I can't get the recipe to trigger on an interval any less than ...
Hi there! I have a recipe looking for New/Updated Contacts in Salesforce, but this is a general question that applies to other sources as well. My understanding of how this works is that Workato ma...
Has anyone had luck handling null values in a JavaScript Connector? I have tried all these below but the error remains "Cannot read properties of null (reading 'regulation')" regulation = arrayValue...
I have a problem with the upper and lowercase in the XML header element. I'm downloading in workato a XML like this: <PDMRequestResponse xmlns="http://support.procad.de/schema/general/v2000-1000...