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"}]
Hi All, Can anyone share the documentation url for the api/activity_logs API as I am not able to find it. Thanks in advance and appreciate your time. @shivakumara Regards, Prudvi
🔧 Workato Tip of the Day: Avoid XML Pitfalls with Reserved Keywords! Did you know? In Workato, using <command> in an XML message template might show a red mark at the bottom. 🚩 This happen...
I have a report that has data up to the end of previous calendar month. I want to email it, with the subject line saying "Report as of November 2024" I can get December 2024 with this: =today...
I've created an object variable with 2 nested string variables that you can see in the image below. When I later use an update variable step and select the "pet" variable is does not give me an optio...
Is it possible to use a Ruby formula to generate a column that is a clickable hyperlink? I can build a string and encode it just fine but it would be great if the value could be clicked.
Hi In our project, we are loading data from snowflake tables into Reltio. We are receiving complex json data in some of the columns. We have flatten the json column and able to get the proper result...
I have a case where we should import data from Intacct to Anaplan via Workato. However to do so, firstly we need to create an Unique UID in exporting data of Intacct through Workato. I know that work...
(Chunk large amounts of data (including files) to make it easier to perform downstream operations. For example: breaking a batch of 5000 records into chunks of 500 to prevent an API timeout.) I trie...