Write back data in a database (e.g. HANA) using OData

1
  Hi Mendix experts, I was wondering if anyone has ever tried to write back data to a database (HANA in my case) using the OData connector. So far I am able to read data from HANA using the microflow below and using this microflow as data source in a data grid widget, where I can display my data. What I’d like to do is to add new records to an existing table in HANA (i.e. write back to the database) and I’ve no idea how to do it. Has anyone some experience with that and can provide a simple example how to do it?   Thanks!
asked
1 answers
3

If you want to learn how to talk to an OData service using Mendix, I can recommend you the following SAP Learning path.

https://gettingstarted.mendixcloud.com/link/path/32

answered