Community Tip - You can change your system assigned username to something more personal in your community settings. X
I have a problem with a tag, its value sometimes explodes and I need to insert a limit in that tag and when it reaches that limit, its counter goes to 0.
Please, how do I do this?
You can set up a subscription to that property change event and then write some logic to reset it when it reaches your limit. In the Subscriptions tab, hit New Subscription and then select Data Change event and that property that you want to watch.
Here's a link to the guide
-- Nick