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!
?id={{$Model.SearchedIM.data.0.Id}}
Thank you for any insight!