Skip to main content
Nintex Community Menu Bar

Here's a use case for the Don't provide a default page" in the page include."

  • July 8, 2024
  • 3 replies
  • 14 views

Forum|alt.badge.img+20

Here’s the comment “queue’d” up. 😃


Here’s the use case.











This topic has been closed for replies.

3 replies

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

This may seem like a hack,  but I think it will work. 

Put two page includes there.  1: going to a page that just says “sorry, nothing to see here”  and 2: going to your contact detail page - and has as query string the ID of the first row of the model most predictably will have data. 

Then conditionally render the two includes. 
- Include 1 only renders if no rows are in that selected model.
- Include 2 only renders if there ARE rows in that selected model. 



Forum|alt.badge.img+20

I think that’ll work as well. Why didn’t I think of that. 😉


Forum|alt.badge.img+20

This worked.