Using external data source

0
Hello! In my app I want to use data from an external data source, without saving it in Mendix database. Is it possible to see in mendix app not stored data from external data source? I can’t find information in Mendix documentation.
asked
1 answers
1

In Mendix you have non persistent entities. So you can call a webservice and store the response in those. See the documentation here: https://docs.mendix.com/refguide/persistability#non-persistable

Regards,

Ronald

 

answered