Microflow does not return an object

4
Hello, I am new to Mendix Development, I am working on simple microflow which just create an object of an entity and set default value to entity attribute. But i am getting error like Microflow does not return an object. Please let me know if i missing something.
asked
2 answers
8

In a microflow you have the possibility to return an object to a form or another microflow. The error you are getting is that either the microflow does not return an object or that you forgot to fill the object the microflow should return. Double click on the red dot (the end of the microflow) and check the Type (is it saying Object or Nothing) and if the return value is filled.

Regards,

Ronald

 

answered
0

Appreciate it!

answered