Filter ListView Rows by NOT matching the list in Page State

Widgets & Design

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 ๐Ÿ™๐Ÿป

What have you tried so far?

Tried to find some proper Custom Function / Action, but I am not good at those coding things....

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