creating the logic of the app via microflows

0
Hi all, I’m creating a mobile app in Mendix about recording working hours, when I start doing the logic I always  get errors such as: parameter “working hours record” of the selected microflow does not match available arguments. can anyone recommend material or documentation explain how to create microflows step by step, because what I found from my research is a basic information about the microflows.  
asked
1 answers
2

Hi Ali! 

The error that the modeler gives you tells you that the parameter of the microflow does not match the object on your page.

You can find more on that here: https://docs.mendix.com/refguide/consistency-errors-pages/

 

Furthermore these learning paths might be helpfull for you:

https://academy.mendix.com/link/paths/40/Mendix-Basics

https://academy.mendix.com/link/paths/82/Crash-Course

https://academy.mendix.com/link/paths/6/Master-Modeling-Microflows

 

Hope this helps!

 

answered