Show Hide based on External Events

0
Can we dynamically show/hide containers based on external events (like REST callback)?
asked
2 answers
0

Hi Sachin Yadav,

 

Based on the response from your REST call you can set attributes in a entity and then use them to add visibility of the required containers.

answered
0

Hi Sachin,

Yes. You can create a helper non-persistent entity with a Boolean attribute like isVisible. Set this value via a microflow or polling nanoflow once the REST API is hit (e.g., by external app or iFrame form). Then use visibility expressions on the containers to show/hide based on this attribute.

 

Hope it helps!

answered