Skip to main content
1-Visitor
March 1, 2024
Question

Reset when reach a certain value

  • March 1, 2024
  • 1 reply
  • 854 views

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?

1 reply

17-Peridot
March 1, 2024

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