Can we create any kind of Dataset or local Database in mendix for storing external Rest API Data

0
I have one entity in which their are multiple Dates and their values coming from Rest API. I want to create one new entity which will have only two attributes  Date and 2. Value So, I can store incoming data into that entity with only 2 attributes for creating graph.    
asked
1 answers
0

You Have to Define Export Mapping and Use Your Entity. 

https://docs.mendix.com/refguide/consumed-rest-services

answered