Show only one tooltip in Macro

Hi

So I have only 2 actions.

I want to show only Riptides tooltip

I added #showtooltip Riptide in front of both blocks but it still show the other spells tooltip so it switches between the 2 spells

I added a 3rd block seeing if that would help with just showtooltip.

Nothing is working.

Thanks

“”

{
[“Variables”] = {

},
["Actions"] = {
    [1] = {
        [1] = {
            [1] = "#showtooltip Riptide",
            ["Type"] = "Action"
        },
        [2] = {
            [1] = "#showtooltip Riptide",
            [2] = "/cast [@mouseover, help, nodead] Primordial Wave; Primordial Wave",
            ["Type"] = "Action"
        },
        [3] = {
            [1] = "#showtooltip Riptide",
            [2] = "/cast [@mouseover, help, nodead] Riptide; Riptide",
            ["Type"] = "Action"
        },
        ["Type"] = "Loop",
        ["Repeat"] = 2,
        ["StepFunction"] = "Priority"
    }
},
["InbuiltVariables"] = {
    
}

}

“”

Please note the code is only for show im using the action blocks in the Macro interface.

Also tried adding the #showtooltip to the macro in the macro menu and that didnt work either.

thanks again