I’ve linked an Airtable database to my Bubble app. In Airtable, I have a table of ‘Experts’ and a table of ‘Competencies’ (specialties). These are linked together, so an Expert can have multiple specialties.
I also have that same Competency list in Bubble as an Option set.
In the Bubble Airtable plugin, I have the tables set up correctly, with the Experts table linked to the Competencies table, with “list of records” marked yes.
I have a page with a repeating group of Experts.
I also have a filter panel, which is a repeating group using the Competencies Option set.
There’s a custom state for the page ‘admin’ called “Competencies filter” .
I have workflows that add/remove Competencies from the Custom state when you check/uncheck the option.
I’m now trying to filter the Repeating group of Experts using an intersect, between their Airtable competency list and the Custom state. However, this is producing an error.
Is there a way to set this up?