Pop-up Template - Security Log-In Issue

Hi,

I have a popup (based on a template) that you can access from multiple points in the main window. The values in the pop-up are populated by specific tag values which depend on which button in the main window you press. If you have the pop-up open and then you log in from the main window, the pop -up will change to the default tags of the template, instead of the tags you clicked on.

I’m looking for some help in making sure the values on the pop-up remain the values you initially selected.

Thank you.

Assuming the values of the tags don’t change while the pop-up is open you could do this.
On your button’s script, pass along the value of our tags as parameters for your pop-up window. Make sure the pop-up has custom properties setup.

that way the values shouldn’t change regardless of what happens in the background.