Hi,
The basic flow of my website is users fill out some information, then arrive on page tailored based on the information previously filled out. They then have the option to purchase some items but in order to do so, they must sign in.
The problem is that upon sign in, one of the values previously saved to the “current user” changes despite the fact that that field isn’t touched during the sign in workflow. (note: there are a bunch of values previously saved to the current user pre sign in but only this yes/no field seems to change.
I have outputted two different values to the screen based on the “current user”. Here is before sign up.
And here is after sign up
Here is the sign the user up action:
You can see I’m not changing any fields here and also, I have checked this workflow and there is no “make changes to current user” action. I’ve also run this in step by step mode to see if any action is causing the problem but I see nothing relating to this field.
Any ideas how one field can change but the rest stay unchanged? I should note that the default for this yes/no field is “no”. Is it resorting to the default?
Thanks,
Paul