I’m using a lot of url action to pass information between reusables and I’m also using a search-box for the same reason. My workflow is When searchbox value has changed go to page and pass extra information
.
Now the page is always the same page (one page app), and the information comes from the searchbox’s value and I need one more action: Reset relevant inputs
-so the user doesn’t have to stare that thing they’ve put in for the entire journey (because of the go to page action must be the last step - rule…)
Now, my workaround for this was an extra workflow: When page loaded and SB value is not empty - reset relevant inputs
but it is an extra workflow for not much reason - because it could be just an extra step at the end of my previous wf - but there’s that go to page must be last action rule again.
It’d be nice to have a new workflow action added to the steps, something called Add data to url
on it’s own - or similar, so we don’t have to do 3 extra clicks every time we want to change the url information.
+1 - It’ll be also nice to have a copy current information and replace
and/or copy current information and add
functionalities, so we don’t have to re-type the entire thing from scratch all the time. It could be quite annoying when I have 4-5 items already stored in the URL and I want to keep most of it for the next action.
My examples: