I have a button that reloads the index page and passes a unique id as a url parameter. When this url parameter is not empty, a group is supposed to be unhidden and replaces another group. The url is being sent but the group is not being shown and I cannot figure out why. I have attached screenshots of my configuration. Anybody have any ideas what could be happening?
Could it be a nesting issue? Is the initially-hidden group inside another group that’s also hidden? Or conversely, does the initially-hidden group contain another group that’s also hidden?
No, everything is unhidden within the group. If I change the the Group requestDetails to show on page load, it shows up fine. Also, if I set the conditional to Get quickRequest from page URL is empty the group shows up. It’s something to do with the conditional not seeing the url parameter even though it is showing in the url box.
What I think is happening is that using “Go to” to navigate to the same page doesn’t actually reload the page, so Bubble is “unaware” that the URL has changed.
If you manually refresh the page when the query string parameter is in the URL and the group appears, then that’s the issue.
EDIT
I did a quick test, and the above is not the case. Bubble DOES recognize URL changes when “Go to” is used.
I tried that and still the same thing. The thing is, I have this same exact thing (with different URL parameter) set up to bring up a different group and it works.