Skip to main content
Nintex Community Menu Bar
Question

How to pass an ID from a search bar into the parameters of a page include

  • July 11, 2024
  • 2 replies
  • 25 views

Forum|alt.badge.img+2

I am looking to pass the ID of a selected user from a search bar component to the parameters of a page include. I currently have a model with a condition that is set in the search bar with an Activate and Set Model Condition action, then I query that model. Then this is the query string I am passing into my include 

?id={{$Model.SearchedIM.data.0.Id}}

Thank you for any insight! 

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17

I think if you cause the include to not render then cause it to render again as the last two steps of your search component select action sequence, it will work.


Forum|alt.badge.img+2

I ended up using a render condition on the page include component that renders if the SearchedIM model id is not null!