how to handel Parameter {Name of the parameter} of the selected microflow/nanoflow does not match available arguments. No arguments available to {Name of the widget}.

0
Hello guys. I am new to mendix, I always have a problem about argument I could not understand it. this is my another problem down below , I want to enter two numbers on the main home page and get sum of numbers and show the answer as a tax . can you guys help me how to solve this .   thank you
asked
1 answers
1

In your page you are using ACT_create_object as a datasource microflow. At the moment you have this expecting a parameter called Numbers, but you aren’t passing this. 

To fix this, change your microflow to remove the Numbers parameter and the Show Page action, also change the return value to $NewNumbers.

Hope this helps.

answered