How to get the output from automation script on Visio
24th November 2025
I have a button on visio which triggers the script. And the script has Key “MYOutput”. engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey(“MyOutput”), “Green”); But when I try to get the session variable in visio it …