how to update a field of the user table

Database & APIs

The app has a user table which is filled with an api call when user logs in.

I want to update one of the fields (boolean) to true or false depending on some app states variables.

Thanks to help me undertand what is happening.

What have you tried so far?

In the action editor, after getting the answer of the api call, I set a conditional action with the app stat variable, and then I want to add an action to set the boolean field of the user table. The problem is that all the fields of the user table are displayed in red. So I can't do nothing. I tried with a backend call Update document action / user data fields.

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