Hi, the pic below has this 0 / 0 counter that is connected to a supabase database thats supposed to display how many tasks each goal has. But it only refreshes once. When I do test mode, the counter on the homepage (shown below) updates once, every other subsequent action to the database (add, delete, update task to completed) does not show up in the counter, although I checked the supabase database and the task# is reflected properly in the database.
I added the refresh button at the top that is connected to the action to "Refresh Database Request" and added it to the ListView that holds the goals, and it works when I click it. So I know that its something to do with flutterflow not refreshing the database after the first edit.
When I tap the goals I will enter a goal task page (shown below). When I first start the test app, I go into the goal task page and edit (add delete or update) and then tap back to the homepage, and the task counter works. but every subsequent time it does not update. So I know all my actions icons (add delete or update) are querying the database and refreshing it in flutterflow.
But why does it only update once?