Can a worflow interact with a DOM element of the page?

0
Hi, I would like to write a workflow to select if one entity has relations with another. If true, I would like to display a specific button, and if false another. I only found that workflow can interact with activities or decisions/events. How could I “return” something to affect the appearance of a button for example?
asked
1 answers
4

Hi Ariel,

You can handle that with a boolean, In workflow, With the microflow activity, You can check your condition and change boolean attribute according to that.

With the boolean you can handle button’s visibility.

 

Hope this helps!

answered