I create a scheduled tasks a few months ago that uses global variables. Last week it started throwing an error:
Exception Message:
Exception: Variable “global” is not valid around position 1 for expression global.EngineerNameCurrent != global.EngineerNameHeader.
It appears to be unhappy with the usages within the “only perform this actions if…” condition.
When I look at the task history from the failed run it doesn’t even show the global variables as working object passed into the step.
I’m thinking further info may be required, but I’m a bit confused that something that I didn’t make code changes to stopped working with this error.