Hi all! I’ve gone through a number of videos and posts on filtering repeating groups using a dropdown, and for the life of me I cannot get it to work and I’m not sure why. Appreciate any input, I’m sure I’m missing something silly. See below for our situation:
We have a text variable ‘exam_status_display’, as shown here:
To filter on that, we have a dropdown (of Text object type) called “Input Status Filter”
To filter the table, we then apply the following filter:
This does nothing - no matter what you select, everything stays displayed. We also tried intersect with - and that also has no effect:
Also tried contains list - also has no effect
Thanks a ton for any advice, I’m banging my head against the wall on this one!
Is RCOC/exam_status_display a field on the owner_requirer_join table in Airtable? If so, you can just do Airtable:owner_requirer_join with one of your constraints being RCOC/exam_status_display = Input status filter’s value. No need for an advanced filter
FYI Since we’re pulling the data from AirTable, and the exam_status_display field is a lookup on another table, that sometimes creates problems because of how it’s ingested into Bubble.
To eliminate that possibility, I created a new field exam_status_text that is not a lookup (it’s local to the relevant table), so it’s just a ‘normal’ text object
Unfortunately, that still has the same problem, no change, except that now it resolves to a text instead of a list of texts, so I can put that in without the advanced filter
@maks2 Sorry to hear that!
All our filters EXCEPT this one work, so I don’t think it’s an AirTable issue in this case, because as noted above I created a normal text field and that still doesn’t work
I mean, for us, it’s like we have a dead simple filter condition to pull only one record that matches. Now it downloads all data from the table. And this is the same for various pages and places in the app.
Well, either Airtable changed logic of their API causing filters to be ignored or Bubble changed smth underneath in Airtable Plugin causing filters to not be sent.
Tried, still the same. And data is pulled fine, just filters are not applying.
And again, we didn’t release anything new to Live for days. How come it suddenly started to ignore all filters?
We also re-initialized, so I don’t think that’s the issue
It’s also curious that all our other filters work, only this new one isn’t working, which makes me think that something about it I’m doing wrong, but the fact that it doesn’t work even with an “Arbitrary Text” value is concerning
Update: I’ve been going back-and-forth with support. First they thought it was an Airtable issue, but I’ve established now that fields created (in Bubble) prior to 1-2 months ago are still working, but IDENTICAL filters with new fields created today do not work, see images:
BUT I forget that I also had conditionals on the table to provide sorting, and so each of those conditionals had to apply the filter as well, and I forgot to add the filter to those!
Huge thanks to Bubble support for working with me to figure that out!
Thanks to everyone for your help; hope this flag helps someone in the future!