Hey guys,
I’ve got a list of services (Hiking, Swimming, Skydiving etc) as an option set . The user can filter out businesses using multiple selections via workflow but i want it in the URL for usability.
I’m trying to use Go-To-Page to send the data but it will only allow me to send 1 selection. Any different selections only overwrite the previous one instead of adding to it.
If you’re talking about query parameters, you can have as many as you like (even with the same key), and bubble will read them all to a single string with comma delimitation…
If you’re using a ‘Go To Page’ action, then Bubble will only apply the last parameter for a given key… so use an ‘Open External Website’ action (or a link element), then you can define the URL (including whatever parameters you want to use) dynamically.
Hey Adam,
I’m still not seeing how i would add a list to the URL to filter from. How do i set it up to dynamically add a new service everytime? Are you able to provide an example?
Also, how would this take into account all the other filters that are used that arent a part of the option set?
Hey mate,
Thanks for that, that was helpful and pointing me in the right direction but i’m trying to add one at a time to the URL not all at once. Is this possible?
Or… here’s another way to do it without using an ‘open external website’ action (which will be faster if you’re not navigating users to another page, as I’d originally assumed):
Pefect, worked like a charm mate, thank you. I took a look at the way your RG worked and tried to replicate it to filter a venue by services but it doesn’t seem to be working. Any idea what’s wrong with this?