Save clicked on object

0
In my app when someone clicks one of these choices, I would like the choice to be saved and the user be sent to the page.  I developed a microflow for the page to open depending on the choice. These 4 choices are enumerations in a attribute of my entity.   What is the best way to go about this? My app only has 1 entity.   this is an example(the microflow that opens onlick the first choice):
asked
2 answers
0

Hi Gal,

I am not entirely sure what you are trying to achieve, but i see several ways to continue.

You could create a seperate microflow for each button.

You can also create one microflow that contains a decision based on an enumeration.

Would any of these work for you?

answered
0

The solution for the microflow is to use the change object property for anyone wondering

answered