Hi, on the front page of my application I have a RG that acts like a ‘news grid’.
When a user clicks on on of the news it shows a news_article group that displays the actual article. I’m using URL parameters to achieve that:
You can add more parameter like the news piece ID by clicking on that + add another parameter button. And show the article etc by using that ID in the url.
Thanks for putting me in the right direction @hergin However, I had a look at the + add another parameter but my only experience with this function so far has been to use it to navigate., so I’m not sure how to proceed from here:
From there, you’d want to pass on the article being looked at. You can do this by setting article = Current cell's article's unique id
Now, you’d want to click on the group on the article where you currently display it. You probably pass the article through the workflow Display data in group - and that is the group you want to actually change. On that group, you are going to set the Data source to: Get data from page URL
On the popup, you are going to get a Parameter
The parameter name is article
For the type, select the data type of how you address your articles.
I am passing the article through Display data in group as you correctly assumed @draked123 - and it is displaying to the group ‘news_article’. After having set Data source toGet data from page URL - and selected the correct data type: