I have a listview on a page that I'll call "page 1" that generates cards on user input. There is a button on page 1 that when clicked brings the user to an input page. Once the user submits the input, they are brought back to page 1. I would like the listview on page 1 to show the change the user just made but even though I am using a refresh database request, it doesn't actually refresh the listview on the navigate back page load.
Any way I can fix this?
Thanks