Reset TEXT widget on BUTTON pressed

How do you Reset Integer (COIN BANK) stored inside Game Instance. It only restores fully when game exits.
I need to reset back to (0) after you die. When you die it goes back to main main widget. I got two other widget on top of the main menu. One is Highest Level Completed it and another Coins Collected. Both are TEXT widgets set to 00 at the beginning of the game. What I need to see happen is to when you die and go back to main menu and press PLAY I need the coin and level TEXT widgets to reset back to (00). They are not resting at the moment because both widgets are connected trough game instance trough COIN BANK integer. In the picture below I can actually get Coin widgets TEXT nodes but to what do I connected and how. Here is the picture of those nodes. Also do i connected before or after OPEN LEVEL node on Button Pressed. Thank You.