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
