Save form data with Microflow

0
OK, so I have a form and upon completing this form, when my user will click on save, what the microflow should do is save the inputed data(choices from drop downs and radio buttons) and then open the home page where this data is then transmitted.    The thing is I have three entities, one of which is the data view of my home page. The entity on the form page is different but I would like to combine them into one, any ideas?
asked
1 answers
0

The microflow can have a parameter which should be the same as the object of your dataview. This way you pass that object to the microflow and commit the object. For going to the home page there is a specific action for that. See documentation here: https://docs.mendix.com/refguide/show-home-page

And you might want to take some learning paths in the academy section: https://academy.mendix.com/link/paths/40/Mendix-Basics

Regards,

Ronald

 

answered