You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Execute the function of opening the card and bind an internal variable A to S7 variable B, click the button to execute the script on the Open Card interface, the input parameter is the internal variable A, the script content is console.log($getTag(a)), and the printed result is undefined.
To Reproduce
Steps to reproduce the behavior:
Draw a square, set the click event to Open Card, bind an internal variable to an S7 variable
There is a button in the interface of the card being opened, and the click event of the button is: execute the test script console.log($getTag(a)), and a is the internal variable bound when the card is opene. The script mode is client
Edge browser output is undefined
The text was updated successfully, but these errors were encountered:
The mode I'm using is the client mode, I printed the object with the target id in $getTag, but there is no “value” attribute, so the $getTag() method always returns undefined
Describe the bug
Execute the function of opening the card and bind an internal variable A to S7 variable B, click the button to execute the script on the Open Card interface, the input parameter is the internal variable A, the script content is console.log($getTag(a)), and the printed result is undefined.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: