Parameter passing

1
Hello, how to pass a microflow parameter to another microflow?
asked
1 answers
2

First, in the receiving microflow right-click and select ‘Add->Parameter’ and select the type of the parameter.

Then, in the calling microflow in the activity ‘Call microflow’ you can add the variable to pass on to the receiving microflow.

See this great learning path to get you up to speed with Mendix: https://gettingstarted.mendixcloud.com/link/path/31

answered