Commit is not working properly

0
I have created a microflow that commit a form after applying some changes on object, the object is committed but there is one relation still empty even i debug the microflow and I see it is assigned correctly and the object has the required relation.
asked
3 answers
1

Question is; is the referenced object new or existing? If the referenced object is new, it should be committed as well. Mendix performs a auto commit for referenced (new) objects, to maintain the relation for further use in the session. But this will be reverted if the object isn't committed actively later on.

answered
1

You might also want to take a look at your after-commit activities. Perhaps the associations are reset at some point during the commit event?

answered
0

Check your access rights. May be the user has no rights to set the relation.

Regards,

Ronald

answered