Clear URL Parameters / Path possible?

HI,

is it possible to clear the parameters in the URL (with a workflow)

Lets say I want to send the user to a specifc view of a page. By using parameters I am activating repeating groups etc. After that, the user changes things etc. (closes the group for example). Can I somehow change the (speciifc) URL back to an original URL? Without reloading the page also.

Example: bubble.is/dashboardpage1?group=Dashboard5 --> clear to bubble.is/dashboardpage1?group=

Thanks guys!

I don’t believe it’s possible without reloading the page. The workaround I use is to use popups that way the original page is still there and doesn’t reload when the user closes the popup.

If you use a change page action and send some parameters (or not) it should work.

2 Likes