Binding collection to variable

Hi folks

I am using the standard grid list element with its variables. Currently the 2 variables “GridList” & “GridlistContent” are hardcoded with sample data.

What I cannot figure out is how to bind my supabase collection to these variables. I know how to bind data on the columns, but then I lose the search display function, as it is calling the variables.

You should replace the GridList variable in the binding of the grid list element instead of trying to change the variable itself

Alternatively, you can use the change variable value in a workflow to change the variable

Ok thank you I will do that, but then what would be the best approach to retaining the search functionality of the input and what the grid displays. Would I use 2 gridlists, one with all the records and one matching the search input value?

image