I want to change the content in the repeatable group, based on the text in the header dropdown. So when the user selects a website in the dropdown, the content is changed on the page.
Too intricate to go into detail. Here some general guidelines:
Since you have a reusable element then url parameters and/or custom states should be involved in the conditionality that you build
Set the rg search to constraints coming from the dropdown’s selection
The other page is somewhat irrelevant here. It becomes relevant when you navigate to it. Then you can use conditionality to ensure that when you get there the correspondent content will show.
Thank you for the reply! Custom states are working, but I can’t get my RG search constrained with the dropdowns selection.
The dropdown is the website URL and the RG search filters for Advices. And because every website has a different businessmodel. The advices need to be matched with the websites businessmodel “Ecommerce” for example.
Not enough context to understand details about your build.
In short, you should consider setting up the database (things, fields, and relations among things) so that search functionality in your rg can work with constraints like @gregoryjohn describes in this instructive video > Filtering Repeating Groups | Bubble.io Tutorial
Perhaps the above might seem too basic. I recommend to watch them again nonetheless an re-think your dB structure. When you relate data types (things) well … things become easier. Many folks say that setting up the dB is practically the build of the app. I concurr.
I could not find a tutorial on connecting reusables. Just know that you can connect them through custom states, url parameters, and a special custom event called “trigger a custom event from a reusable element”.