Resolved! parse JSON for "Key " and "Value" using IF condition
I have a payload that has around 15 Key and value pairs. If I use below logic , I can fetch key , value as expected. But that is resulting in too many iterations. Is there a way to use IF condition directly , without for loop. (These fields are cho...
