Skip to main content

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! 

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.


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