Parameter argument value

0
I have an error regarding a parameter argument but I'm unsure what the value should be. Looking for some guidance as I'm just starting out and whilst going through the Intermediate module I want to start creating my own applications.
asked
2 answers
0

You can check out Mendix's official documentation, it will be helpful.

answered
0

f it is a microflow parameter you're passing of a particular type, send same type of object from the calling place.


MF - A(Expecting parameter P)

MF - B(calling MF A, but not passing parameter) could throw an error.


Same is applicable for NF or any function.


You could make the parameter as optional also which will solve the problem.


It would be easy if you share your error details.

answered