How to get system generated id in a microflow

0
Dear team,   I want to get the system generated “id” attribute from an entity using REST API microflow. How to throw it to a JSON response body after we generate the microflow? So we can get the “id” data from an entity.
asked
2 answers
0

Hey

You can use the getGUID java action from the community commons 



Hope this helps! :)

answered
0

You might want to take some academy lessons on references because from your remarks you are trying to do stuff that Mendix already does for you. You can set references in a microflow but you need to have the objects in the microflow. So if you want to set a one on one reference between object A and B you change those objects in the microflow and point the reference to the other object. And the same can be done between parents and children to set multiple to one references etc.
Regards,

Ronald

 

answered