Tag not working while tracing

Im new to unreal so this could be just a noob question but I cant get the tags working.

I have tried different trace channels, multiple tag names and I have the tag in sphere actor and its component. (Tag is “movable”). Whatever I do, it doesnt find the tag. What could be the problem and how could it be fixed?

The tag you entered for the sphere is Component tag. So try getting Hit Component and compare it’s tag, or enter your tag to Actor section(click on the white arrow to extend a section to see advanced options) in Details panel of the sphere.

Thanks a lot, I thought I put the tag to actor but I’m still a bit confused with unreal (coming from unity). Works like a charm!