Spirit of Preservation Macro

I’m not sure if anyone else is trying to run a macro for the essence “Spirit of Preservation” but I can’t seem to have it mouseover cast.

I’m using:

#showtooltip Spirit of Preservation
/cast [target=mouseover,help,nodead]Spirit of Preservation

The macro always casts the essence directly at me, unless I select a target.
The mouseover part does not seem to work.

Any ideas?

I just used it on my healing add on as a spell

i just did it on my monk and works no problem with a mouseover, didnt have to select the target.

#showtooltip Spirit of Preservation
/use [@mouseover,help,nodead][help,nodead] Spirit of Preservation

the difference is i dont have that last and i have a space between the last ] and the name of the spell, works no problem.