Input not processed

0
In a Microflow I create a entity, and I open a form on that entity. Two attributes have to be modified. I can put in anything but it does not store this data, it is not usable in following steps in the Microflow even though I put a commit after the form. How come?
asked
2 answers
2

Note that the microflow does not 'halt' when opening a form, it executes the entire microflow and then the client will be told to open a certain form. So to do what you seem to want to achieve, you should open a form in the microflow, then create a custom 'save' button that is really a microflow and then perform the rest of the steps in that microflow. In this way the changes someone made in the client will have been applied.

answered
0

OK it works. Thanx!

answered