Help with: Execute a macro with %TriggerValue%

I'm guessing this is not possible but thought I'd ask.

I've got a macro with a hot key trigger, which is then executing another macro with the parameter " %TriggerValue% " (in this example [shift]+[1]).

I want the 2nd macro to "type" the trigger value i.e. " ! " when a text field is focused in iTunes and run a script when it's not focused.
I can insert text by pasting %TriggerValue% easily enough but that is pasting "⇧1" not "!".

Basically what I want is to have the "Type A Keystroke" action with the %TriggerValue% token.

Many thanks in advance!

EXAMPLE - Type Trigger Value.kmlibrary (8.1 KB)