Issue Details
I created a sequence file in TestStand in which I use a step to write a value in a Station Global variable. When I execute the sequence in TestStand Development System, the sequence runs correctly. However, if I start the sequence with the Simple User Interface I see the following error:
The post-expression for the step 'Statement' could not be evaluated.
Unknown variable or property name 'StationGlobals.Test'.
Error Code:
-17306; unknown variable or property name.

When I use a File Global or a Local variable instead of the Station Global, it works; I do not see an error. What can I do to execute my sequence with Simple User Interface?