Service in Behavior Tree Not Firing

For some reason a “print string” is not firing from my behavior service, which means that it is not firing at all.

This service has its properties as shown on the right-hand side. All Im doing is getting a player reference then using it, but for some reason its not firing but the next node below fires, which then fails since it is a “is player valid” check.

Can anyone look into this?