microflow to save set reference

0
Hi, I'm trying to write a microflow to save on db (commit) the reference selected by reference object but it doesn't work (without error). Could someone share with me the object/configuration I need to put in the microflow? thanks regards luca
asked
1 answers
0

Luca, are we talking about a reference or a reference set? Your other question about this was about reference sets hence this question.

Let say you have a main object with inside some dataview (that is my assumption of your current setup and problems). Inside the dataview you want to set some reference set. Inside the dataview you can create a custom save button which only does a commit on the dataview object.

If you have a reference instead of a reference set you could also use an on change microflow on the reference that commits the dataview object.

Hope this helps, otherwise elaborate on what kind of error you are getting. And a screenshot of the form might help.

Regards,

Ronald

answered