Display logic doesn't work properly

I have created two pages, in page 1, I have a section from a model, that I need to display based on another model field value. In the action sequence I’ve queried that model. It works fine but I need to reload the page to see that change. Is there any way to reflect the change, without having to reload the page?

Hi Anjana,

Since the page has been initiated without parent model value, the dependent model need to be re-queried post parent model refresh (i.e. post your action sequence run).

1 Like

Thanks @Dinesh, it worked for me

1 Like