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 file.file showing as corrupted.Thanks in advance
HiI have a scenario where I'm using a parse Json and output structure is dynamic. here id and ans can be of any number or there'll be no id.how can I add the data in the list?example:[ { "employeeId": "010", "id_1": "001", "an...
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"}]
Thanks Everyone.able to create a pdf using google docs, and google drive connector.Solution:create a doc template in googl edrive.now use create using template operation.renamed the file in google drive using google drive connector.exported the file ...
data I provided is just an example but in actual/sandbox/prod scenario it can be any number. so I want to understand the different and more complicated approach.Thanks
HI @shivakumara Thanks for checking, I have a parse json where I'm creating a json structure and later on I'm using list where I checks some condition in all fields and get some empty objects in filtered response.now I want to remove those empty obje...