Yes, so if you place a DoOnce node right before the PlayAnimation node, you avoid calling it multiple times.
Try that and see if it solves your problem.
Also I’d advise to call DisableMovement on it’s character component, otherwise players might still be able to move while the pawn is actually playing the death animation.