Is it possible to have only one alert per day for an event.
Answered
For example i would like to know if it's windly, but not every 10 minutes, just one time per day.
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
No connection
Real-time notifications may not work
Are you using Rules creator?
Are you using Rules creator?
yes, for example i want to know days whoes wind is between 40 and 90 km/h. When this is the case, i receive a mail each 10 or 15 minutes.
I want to know if temperature is under 0°C too --> idem
yes, for example i want to know days whoes wind is between 40 and 90 km/h. When this is the case, i receive a mail each 10 or 15 minutes.
I want to know if temperature is under 0°C too --> idem
Add some puzzle logic in the rule.
Store the date when you send the email in a variable and check if the stored date is todays date, then skip the send.
Add some puzzle logic in the rule.
Store the date when you send the email in a variable and check if the stored date is todays date, then skip the send.
Storing a date into variable is good idea but currently comparing date don't work, so I would suggest you to use a rule like this:
Storing a date into variable is good idea but currently comparing date don't work, so I would suggest you to use a rule like this:
ok thanks !
ok thanks !
Replies have been locked on this page!