Multistate indicator

I am changing the state of a multistate indicator with a button from green to red. But if I change it to red and close the screen and open it back up it is green again? Is there a way to fix this?

Try using a client tag to store the status of the multistate indicator.

You can use this in a similar way to a global variable. It will retain its status across windows and until the client closes. Being a client tag it doesn’t affect other clients running simultaneously.

If you want one client to affect all the others then create a System / Gateway tag.