Filter with Multiselect in Choice Chips + Supabase

Actions & Logic

Hello, community!

I'm facing a problem para filtar Chioce Chips

I have a base in the Supabase with two columns (Name and method payment), the "name" column is a string, for example "John" and the method paymente column is a list, for example: ["PIX", "Boleto", "Cartão de Crédito"]

I need that when de user select one more choices in the choice chips, filter all the rows that contains the options selected.

Imagine that the user select PIX and Boleto in the Choice Chips

All the rows that contians these two method paymente, it will filter even if one rows contain ["PIX", "Boleto", "Cartão de Crédito"]

What have you tried so far?

I tried using app state

Did you check FlutterFlow's Documentation for this topic?
Yes
1