In perspective How can i change tag value when i used button

hello
i want to change value on tag using button in perspective

what the steps please with example

thanks so much my friends

  • Find the tag in Tags Browser.
  • Right-click | Copy Path.
  • Paste into the Configure Script Action editor. (Indent by one tab.)
  • Set = True or False or to some other property selected by the.Browse Properties button.

sloved,
thanks so much

What ? He'll need system.tag.writeBlocking or writeAsync to write to tags.
Or did I misunderstand the question ?

Alternatively, I guess you could make a custom property, put a bidirectional tag binding on it, then write to that property. It's not the usual approach, but it may be better in some cases, like for example you also need to display the tag's value on you page. Without knowing more about your use case, I'll say stick to the system.tag.write* functions.

@superman8118
Use this function:

And go through the inductive university.

2 Likes

Oops. You're right.