Hello Team,
Iam getting request from backend having JSON Array values as below format
Req:
{"X": [ {"A":"256","B":"100","C": "Z"}, {"A":"236","B":"100","C": "Z"}]}
I need to call backend for every "A" value by using service callout policy. Is it possible to loop the service call for 'A' value in the array?
Thank you.