Can we use show by condition widget multiple times on a single page?

0
I want to apply visibility to multiple containers, I'm using the show-by-condition widget. I have used different microflows  for each widget. Out of all microflows, only one is triggering.    Want to know why other microflows are not triggering, even i have setup into different show-by-condition widget?   Is there any other way to do that?
asked
1 answers
0

Hi,

 

it should be possible to use multiple show-by-condition widgets on the same page. However, doing so – or even using it in a list view, for example – is taking a toll on performance as page load is firing away the retrieves for each of the widgets.

An alternative would be to use an object with attributes that can be set before opening the page. As always, there are multiple ways to do so.

answered