a month ago
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"}]
Solved! Go to Solution.
a month ago
Hi @nitishjain ,
Once you receive the filtered response( includes empty items) use again the parse Json where need to pass following way
1. Add the sample response you receive as as sample request. ( your List response)
2. pass the actual array response in the below format.
Thanks and Regards,
Shivakumar A
a month ago
Hi @nitishjain ,
Once you receive the filtered response( includes empty items) use again the parse Json where need to pass following way
1. Add the sample response you receive as as sample request. ( your List response)
2. pass the actual array response in the below format.
Thanks and Regards,
Shivakumar A