Widget progress bar not updating binded value from another BP

Hi,
I’ve been struggling for a bit with this issue.
Thing is, I’ve got an interactable actor and a pickup actor that along with a manager, are doing the math just fine, problems is that when I bind the counter value that I want to a widget progress bar, the value that should show isn’t there.
What I need it to do is to add positive and negative values (done in the pickup actor with the token values and a binded counter update that goes to the level manager actor counter value) and show these values in a widget progress bar.
But it’s not showing and I don’t know what I’m missing.

Does someone have any clue of what I’m doing wrong?
Thanks.