How to handle a keyless array from JSON in an import mapping

0
Hi,   I want to import a valid JSON structure into my app. This structure is like this:   { "images": [ "https://files......com/sdfsdf" ] }   How can you retrieve the value of the array list in Mendix? Through automatic mapping, you end up with a structure like this:     But as you see is that the Wrapper is ‘empty’, it has no attributes.      
asked
1 answers
0

Hi Peter,

 

I tested this myself, and it does work, are you sure your mapping is applied correctly? It looks like you didn't  check the value attribute to be part of the mapping?

 

Hope this helps!

answered