How to update page state from a Supabase query

Actions & Logic

I'm looking for a way to show or hide columns, for a specific user.

I have a Supabase table, which has "User ID", "Table Name", "Column Name" and "is_visible"(bool)

What have you tried so far?

I've tried an action - on page load - to make the Supabase query and save it to an action output.

I have the page states created (bool).

I cannot figure out how to update the page state from the action output.

I might be going about this the wrong way, so please feel free to redirect me!

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