Select one of the following options: - Take action only on initial trigger: Select this option if you want to run the query after switching from the state of not meeting the condition to meeting the condition. By default, this option is selected. For example, suppose you have created an action to run a query when the temperature recorded by a device exceeds 40 degrees Celsius. Suppose the temperature recorded by the device is as follows: 35, 38, 41, 45, 39, 42. In this scenario, the query is run when the temperature is 41 and 42.
- Take action on every trigger: Select this option if you want to run the query every time the event is triggered. For example, suppose you have created an action to run a query when the temperature recorded by a device exceeds 40 degrees Celsius. Suppose the temperature recorded by the device is as follows: 35, 38, 41, 45, 39, 42. In this scenario, the query is run when the temperature is 41, 45, and 42.
|