George
·I am definitely not a good developer

Issue with Filtering Generate Items From Variable in ListView from supabase query run on parent widget

Troubleshooting

I am running into an issue with a page where the top level widget I grab a list of items via a supabase query. Then in child widget (ListViews) I generate the children from a variable which is the query. for some reason when I add a filter to the generating children from variable set up the lists are filtered to the correct number of records but it is pulling from index 0 to x instead of the actual items that match the filter.

here is a loom explaining more

What have you tried so far?

i tried removing the sort i had before the filter

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