runScript in tag expression

No, it’s not possible right now.

Tags are global (gateway) scoped, whereas your script modules are project scoped, so they can’t interact. We’ve got a couple different ideas to address this, but I don’t have a timeline on when they will be implemented.

We’re thinking:

  1. Make a global module area.

and/or

  1. Make the runScript call take a project name parameter so it can figure out which project/module to find the script in.