Hello Adrija,
I can help you solve this problem. After creating the microflow, implement a commit activity to correctly save the data,
including your parameters in the commit atctivity like this
. Feel free to ask any questions you have.
Hi Adrija,
Mendix provides OOTB support for auto-committing the objects that are in association,
To achieve this,
Call a microflow from the save button, and in the microflo, commit the objects and retrieved the association objects and commit them as well.
Hope it helps!
Hello Adrija,
When you edit the a button in this case the save button you can change the on click action.
For an example you can look in the administration module for the save action on the Account_New form.
Hope this helps,
Good luck!