Show-hide button using microflow

0
Is it possible to use microflow to "hide" a button on a page, then show it when I get some data?   EDITED           RESOLVED:     
asked
1 answers
0

Hi Petar,

Yes it is possible. You can add a boolean attribute in an entity, e.g. “_showAll”. Based on this attribute set visibility of whatever content you want. 

Now trigger an event when you get some data and change the value of the attribute to show the hidden content. 

Hope it helps.

Regards,

Sharad R K

answered