Services Plugins FAQs

Supabase pro kit

Hello,
I’m trying to filter data from supabase using the database element, I need to use 2 filters, eq and contains, they work well together as simple filters but once I use the filter combination OR to get the result I need, it stops working. Am I doing something wrong or is it a bug?

This is the set up I’m using:

Hi @blink.tecnologia,

Thanks for reaching out and for providing the setup screenshot.

At first glance, your configuration seems mostly correct.
However, it’s important to note that the OR logic for mixed filter types (like equal to and contains) can be limited depending on how the Supabase API parses the filter structure under the hood.

To help investigate this further, could you please confirm the following:

  • The data types of the fields lider and usuarios in your Supabase table?
  • Whether the usuarios field is a text array or a string with multiple user IDs?
  • Have you tested the individual filters separately and confirmed both return results as expected consistently?

Also, as a workaround, you might consider splitting the request into two queries and combining the results in Bubble if the logic needs to span incompatible filter types under a single OR.

Let us know and we’ll be happy to look into it further!

Regards,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3