User Activity

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