My first post on this forum and am a complete Ignition novice looking for some help.
I have a Template with a button to open a Vision window. My Template has a custom parameter that I want to use to build the path to the folder that contains the window. I can’t get the following script to work and can’t figure out what I’m doing wrong.
path = myCustomParameter + “/myWindow”
system.nav.openWindow(path)