Processing the Json String in the Mendix Microflow
0
Hi, The json string is as below {"Results": [{"IdDocument": "49439493943","Success": false,"Message": "Failed","Status": 500}]} My Json_Structure Object and Import Mappping is as below Importing Mapping In the microflow, I have written as below. How read the data from ResultSet ? The problem is, I cannot navigate to JasonObejct as per the above mapping. Kindly help me to fix this. Regards Sudhir
asked
Sudhir T
2 answers
1
First, if you expand the JSON structure popup, you will see you can set more meaningful names than root and jsonobject. You can also rename the entities if you wish.
In your microflow, you can use a retrieve over association activity to get the result list