How to reset/switch Boolean variables that are stored in the save game slot

So I am currently have a issue where I created a Boolean being stored in save game slot and when the conditions are met it turn true and cause the game mode begin play section with a branch to go to the correct path . In that path I put set that Boolean back to false and save the game again so that when the begin play is called again it shouldn’t go down that path. It does however go down that path because it doesn’t seem to reset the Boolean. what should I do to get the Boolean to reset.

You forgot to connect this: