I’m seeking assistance with URL queries. I’d like to push an URL query to the browser history, allowing users to return to the state before the query was modified. While I’ve attempted to achieve this with JavaScript by pushing the current URL to the history, I ended up with two entries. Consequently, users need to click twice to revert to the original state. How might I address this issue?
Additionally, I’m curious about how to trigger a fetch operation when the browser history changes, especially since my collection is configured for manual fetching and remains on the same page.
hi @Alexis
My current work: when do an action, the Query of Current PAGE will be updated
my expected action: update many query of page
now, wwLib.wwGoto and navigate workflow with query is NOT work in my case
How can I update it?