Hi, In Workato's Connector SDK, upon receiving a response to a request, which key gets processed first, Authorization's refresh_on or, or an Action's retry_on? Background: I'm wo...
Hi All, Are there any connectors in Workato which can auto-retry when a Trigger fails with an error or is there any way we can achieve this without using Monitor/Error handler action. Regards, Pru...
I am trying to format a request payload to be an array of objects, but it appears that the payload HTTP method defaults to formatting it as a hash such as {
email: "exampleemail",
nam...
Hi everyone, I have pasted a sample JSON below which is in string format. I need to do below two activities. Please suggest how to do it in Workato. 1. Convert the string to JSON object. 2. ...
I'm building a pipeline that takes contents from one system (via an API call using the HTTP connector) which is then being used to create/update an object in a different system (via the GraphQL conne...
Hi All Looking for a bit of advice. I have a recipe that uses the Microsoft Dynamics connector to retrieve data from our cloud Dynamics CRM. When I do a "Get Object by ID" call to process an Account...
Hi everyone, I'm working with JSON data in Python, and I need help with converting a string representation of a JSON array into a Python list. Specifically, I'm trying to parse the following inp...
I'm trying to request a Twilio recording file using Workato's HTTP request. But, I'm getting the following error: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?> <TwilioRespo...
I want to watch the creation of a new Excel file in OneDrive and am using the trigger "New file in OneDrive". In the following I want to list the worksheets available in that file using the action "L...
Hi there. Is there any way to "Deploy" A API Collection from DEV to TEST and Production? I mean, in DEV we created an New API Recipe Collection. We were able to DEploy from DEV to TEST all re...