Task Details Revert to Previous Values When Adding a New Task in FlutterFlow

Actions & Logic

I'm encountering an issue with managing task details in my FlutterFlow app. Here's the problem scenario:

  1. When I create a new task, the task details (name and description) are stored using page state.

  2. Each task is displayed within an expandable component, which includes text input fields for the task name and description.

  3. If I edit a specific task and then add a new task, entering new details (name, description) for the new task, and then press "Save", the changes made to the previous task revert to their previous values.

    Error.mov
    5.87MB

What have you tried so far?

I have tried many thigs - from ading page state variables as data type - not list, dismising "Rebuild Page", updating component on changes, updating text field on change.

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