I have a trigger which captures some text, and I want to use that text within a script (or function) called by that trigger. Is there a variable or something that captured groups are put into which is accessible? The answer doesn't appear to be
@1 or $1.
Answers
I can get this working with the execute script option, but if I try putting my code in a function and using call function instead, nothing happens. How is call function supposed to work?