Skip to main content
Nintex Community Menu Bar
Question

Include skuid page multiple times with different params?

  • July 9, 2024
  • 2 replies
  • 2 views

Forum|alt.badge.img+6

Can I use page include and a single skuid page multiple times with different params?  For example, if I had a tab set and each tab included the same skuid page but passed different parameters.

It seems to only work for the first load, subsequent loads fail.

This topic has been closed for replies.

2 replies

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

Peter - this will not work. 

The essential problem is that each page include gets brought into your parent skuid page.  And because the include page is repeated you now have more than one model with the same ID trying to work on the same page.  As you can imagine this causes all sorts of confusion as page components don’t know which model they should be listening to.  

So - unfortunately this is not supported currently. 


Forum|alt.badge.img+6

Thanks Rob!