[WEB] How to pass a page parameter after page refresh?

Actions & Logic

Hi everyone! I have an issue that might affect many people, but I haven't found a solution yet (maybe I'm searching in the wrong way, or the solution is really simple?).

The problem concerns a web application I'm working on. In the app, I have a list of messages (these are documents from Firebase), which I display in a table format. Each message has a button that leads to a detailed view of the selected message. In this view, I pass a "Document" object as a page parameter, based on which I display the message details in a form.

The problem occurs when I'm on the detailed view of a message and refresh the page. At that point, the page parameter, which is the "Document" object, is lost because it was only passed when clicking the button from the message list. This results in the form fields that should contain the message data being empty.

Has anyone encountered a similar issue? What are the best ways to handle this kind of situation so that the data doesn't disappear after refreshing the page? Thanks in advance for any suggestions!

What have you tried so far?

I tried everything but couldn't find a solution.

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