How can i add filters to a query based on action chains?

Actions & Logic
Resolved

I have a query of reports in my database and I need to set 4 page variables : total number of reports, reports assigned to user, completed, completed today. I have created 4 page variables and I am getting list of reports using supabase backend query.

I want to set the 4 page variables using the a single backend by applying filters consecutively to available results.

What have you tried so far?

Presently I have to make 4 db queries since I am unable to apply additional filter on previously queried result. This seems wasteful.

Did you check FlutterFlow's Documentation for this topic?
No
3
4 replies