New record Notfification requires value
Actual behavior: When adding a notification for new record, I'm forced to add a value. This value is never used, so it is confusing.
Solution: Allow also empty values if 'new record' is used.
Additional question: If I understand correctly the notification appears on every dataload (if the condition is fullfilled). Would it be also possible to notify only if the data changed since the last dataload? (I'm unsure how new records is implemented. Will it notify if a new entry is added or also if data changes? At the moment I'm missing an option to notify only after data changed and if a condition is full filled (interesting for e.g. Covid data, to notify only if new data is availeable and value is above certain value)).