Skip to main content
Nintex Community Menu Bar
Question

Another odd question, what happens if ...

  • July 9, 2024
  • 2 replies
  • 2 views

Forum|alt.badge.img+20

Let’s say I have a page include that’s been loaded. What happens if I conditionally unrender and then render it again. Would it load the page again or would it be in “memory”.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

That’s a cool question.  Worth a quick investigation. 

My findings are that when you re-render the page include it is reloaded.  I created a queue page that conditionally renders the include based on some arbitrary factor.  SO you select an item in the queue (which loads the include) and then turn off the rendering of the include - and turn it back on.  The include reloads without the context of the queue item you selected. 

I suspect this is not what you were expecting.  But that is the way its coded now. 


Forum|alt.badge.img+20
  • Author
  • Scholar
  • 2847 replies
  • July 9, 2024

This isn’t what I was hoping for but I didn’t expect to work any other way.