Button visibility based on on change action.

0
Hi, I would like a microflow button to become visible based on an 'on change' event of a drop down menu. I can use the 'on change' event of the drop down menu to trigger a microflow. But can that microflow change the visibility of the microflow button that I want to make visible. Is it for example possible to have the 'on change' microlfow change a CSS value (to un-hide to button for example). Cheers, Gonzo
asked
1 answers
1

Gonzo,

The microflow can change a boolean or enumeration attribute of an entity, and your button can be visible based on the value of that attribute.

Hope that helps,

Mike

answered