Didn't understand how Tags works with GAS companion to activate abilities

I’m using GAS companion to activate an ability by active tags, but I guess I’m missing something:


Here I have this simple input to give to my character tag container the tag “state.loaded”

And right here we can see my character doesn’t have anything under “owned tags” after I trigger the input, the ui I binded to the tag container works as supposed.
But then I have the abilty to sprint, that I want to be able to cast only if the Character have the tag “state.loaded”

But the ability doesn’t trigger since my character doesn’t have the “loaded” tags, what am I missing?