Hi!
I have a page (cardashboard) that opens different pages from different repeating groups. So it’ll open an alert page from an alert repeating group with that cell’s data, for example.
Now, when I add a “Go Back” button to the page navigated to from the repeating group (in the example above, it would be the alert page), it goes to the cardashboard, but shows no data.
The repeating groups filter by User ID and a Vehicle Data Thing ID (Bubble Generated).
How can I add a button that goes from the “alert page” back to the car dashboard, while remembering the user and the vehicle?
Car Dashboard data type is vehicles, and the pages I need to navigate back from have different data types based off the repeating group they were sourced from.
I have tried sending the Current User back, etc. but I don’t know if I’m doing something wrong. Nothing works and the user has to rely on using the browser’s back button to go back; which works perfectly.