How to insert values into database getting them from Data View

0
Dear community,   I am having trouble saving the data inputted by user in Data View into my Postgres database. When the on click action of Save button is Save changes, it does not save anything, nethier in the database nor even in the app temporarily. Thus I tried making a Microflow adding the action Query external database for this purpose. I defined the insert query using parameters and put this into the microflow. Then I edited the on click action of the save button of my Data View to call this microflow. However I am unable to specify for the microflow to read the parameters of the query from my Data View fields. This results in errors of the form "missing value for parameter ...". Is there any workaround?   Screenshots: The form where the user should insert values for the new record in table classes:   The microflow to be called as on click action for Save button:   The properties of Query external database:   The parametrized query:   My problem is that I am unable to connect the Data View input to the query.   Mendix Studio version is 10.15.0 (the selector in this website allows maximum version of 10.13.1).   Thanks.
asked
2 answers
1

Hi 

You did not mapped the values for your parameters . refer my screenshot 

 

image.png

 

As per your screenshot, you did not mapped the values for your parameters 

image.png

Please click edit for each parameter and map the value from your object which is passed as a parameter to your microflow

answered
0

Hi Saro , 

Can you share the screenshot

answered