Changing tag values on click action

Your navigation action is navigating away from the page and cancelling your script. Actions are started in order but are executed asynchronously; they do not wait for the previous to finish before running. Script actions have to be sent to the gateway and are thus the slowest to run, and I believe they're terminated if the owner is closed. I actually started a topic about this exact situation

3 Likes