Error - ue4 can't find public integer in bp

so I was trying 2 convert public int from another bp 2 txt, but ue4 can’t find it
I can’t understand what’s going on here
could some1 pls help me?
btw I’m total noob in bps

here’s the public int:

and here’s the error:

To use the variable inside another widget you need to first get a reference to the widget with the variable.

This is an example for if I needed a overlay widget for my Main Widget.

This is if I needed a reference to the player.

Right here im using a variable from the player.

thank u, I’ll try 2 use that