User Activity

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"}]
Kudos given to