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.
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!