โ12-23-2024 11:08 PM
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.
โ12-25-2024 11:52 PM
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
โ12-25-2024 11:52 PM
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