I am building an practising exercise like app and I would like to build an Outstanding Exercises Page, which means those exercises user didn't completed will be shown in here. Each exercise item has a unique id.
Those completed i can successfully filter those completed item by the uuid and stored at Page State with type Supabase Row Is List. However, I cannot use that page state list to filter out those completed item out from the list view. (Shown in screenshot, only GM01 should be shown as it isnt completed)
I am a newbie to FF, Hope someone can help on this ๐๐ป