Can it be true that action.ExpandExpression does not work in Project Global Scripts?
I have just moved a small script from a before action to the Project Global Scripts, it contains a action.ExpandExpression on a variable but it seams that the global script does not know this function.
Is this on purpose or is there another way to expand variables in global script.
ExpandExpression is a method on the Action object (which is a parameter of action script events). You need to pass the action object into your global script function.