Hi, I’m trying to use a button on another page (or in my case a button on my reusable nav bar submenu) to filter a repeating group on another page and I can’t find any resources online explaining how to do it.
I can filter a repeating group with a dropdown on the same page but that’s about the limit of my knowledge on passing values to repeating groups.
Here is my navbar with buttons in the FocusGroup. On clicking the submenu items, I can get them to go to my ‘training’ page containing all courses but I need to filter the repeating group to show only specific courses.
What I need is for the button’s value (or something contained in the trigger) to match the Software name i.e. Revit, and send the parameter to the Training page.
On the Training page, I would then need to know how to filter the RG based on a random parameter which has been passed to the page.
If you click the box in your last image for “send more parameters to the page” you will be able to name parameters and give them a type/value. Then on the page with the RG you can add a conditional for the data source that if “Get data from page url” is not empty, then use that data to filter the RG data.
In the next dialogue box I have tried to search dynamically for the URL key ‘software’ but it doesn’t exist in the list. If I type it manually it doesn’t do anything to the results either. Should it appear in the Parameter field’s dynamic dropdown list?