Skip to main content
Nintex Community Menu Bar
Solved

Display logic doesn't work properly

  • July 12, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+3

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?

Best answer by dinesh.garg

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

2 replies

Forum|alt.badge.img+2

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


Forum|alt.badge.img+3

Thanks @Dinesh, it worked for me