URL variables not updating consistently

We're running into an issue wherein we are passing a variable via URL (?hostname=whatever.com) but the flow seems stuck with the first instance of the variable. Our flow is set to remember the user because we ask for their email address. So if a user is directed to the flow, the hostname is set, but if they are directed a second time, the hostname is still set to the first value. The user visits with ?hostname=whatever.com and then some time later they come back with ?hostname=something.com, the flow still sees whatever.com and is not updated with something.com. Any idea why this is happening?
1 Reply
Baptiste
Baptiste2w ago
Will see if I can reproduce I am reproducing! Thanks for the report, working on a fix now Pushing the fix now!

Did you find this page helpful?