Hello,
I need to parse a nested JSON string :{
"ErrorMessage": "Error Message ",
"ErrorCode": "547",
"ReturnData": "",
"ReturnMessage": [
"1",
"2",
"3"
]
} in Microsoft Flow and return its components in Power Apps. I have tries using ParseJSON from Microsoft Flow and use the returned data in a gallery, in Power Apps, but I did not succeed. Has anyone tried this, so far?
Thank you.