Wildcard (*) syntax in conditional where()

Hi,

I am using on the frontend, serverconnect.data.query1.where (“Column Name”, Variable, “==”) as an expression for a repeat. Then, depending on user input, Variable will change between different options (Value 1, Value 2, etc). This part is working great.

Now, if I want to show all the collection, how can I set programmatically the Variable to Wildcard(*) to signify all possible values of “Column Name”? Setting the Variable to * which is equivalent to (“Column Name”, *, “==”) is not showing any entry

Thank you!

Community Page
Last updated: