exchange timeSeries with REST api

0
Hello!   I have a problem with REST api, I get a JSON stucture, but the Mendix Import mapping mapping it not the way i want it. I call this: https://api.exchangerate.host/timeseries?start_date=2020-01-01&end_date=2020-01-05&from=USD And the Mendix is mapping it like this:  It is creates a new entity to every date. Is there a way to change the mapping?  
asked
1 answers
0

As the json defines the dates as objects the mapping that is created seems logical, but not what you functionally need. Maybe use the call a microflow option to obtain the object, in combination with an input parameter could do the trick. See https://docs.mendix.com/refguide/import-mappings/#12-obtaining-a-mendix-object

answered