I'm encountering an issue with managing task details in my FlutterFlow app. Here's the problem scenario:
When I create a new task, the task details (name and description) are stored using page state.
Each task is displayed within an expandable component, which includes text input fields for the task name and description.
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.