Handling a JSON Array as REST response

0
Hello, I have difficulties at handling a Rest response which consists of an Array of Json objects. My import mapping looks like this: I use these settings in my microflow. I also tried storing the response in a string which worked fine. But my problem is that I´m unable to access the person objects when my response type is "Person_Array"? Since this is my first work with Mendix I´m quite helpless and I really hope someone could give me a clue to solve this.
asked
2 answers
5

Hi Alexander,

In your microflow you should add a "Retrieve Objects" action activity where you retrieve the PersonJson entities by association. You then have a list of objects over which you can iterate to do something useful.

Grt. Arjan

 

 

 

answered
1

Thank you very much, thats exactly what I needed!

 

Greetings, Alexander

answered