Hello Weweb Community!
I’m having a hard time understanding what to put in the value field of the “Match at least one filter“ condition of the Supabase SELECT action workflow.
I have a bunch of filters in the same SELECT action and I’d like to have an “OR“ instead of an “AND“ clause so that the rows that are filtered contain one of the values from the filters, but not necessarily all of them.
Thanks a lot in advance ![]()
EDIT : after messing around a bit, it seems that it works by strictly following the Supabase doc and passing a value with this structure ‘column1.eq.xValue,column2.eq.xValue‘.
Can someone confirm this is the way?
