Hello Community,
I have a problem with notifications and so far no workaround.
I have a sheet that pulls all the information from other sheets so no manual entries are done in that list. If there is a new date in one column (project end date) the sheet should send a notification.
Since the notification automation works with cross reference formulas (in contrast to the cell editing automation) this works technically but the information in the source sheet is populated by a data shuttle which means on every run (every night) all cells in the source sheet are deleted and newly created (I don't have a unique identifier in the source excel sheet so "merge" is not an option).
This leads to redundant notifications even though this end date was already in the list before. It's just "re-entered" every night and triggers the automation.
I already inserted the condition that the automation only fires when the date did not change to "empty" (which happens before the DataShuttle updates the source sheet) but I didn't find a way so far to flag rows that were already reported as newly finished.
I played with "record date" and "check checkbox" automations but since data is coming from another sheet the cell edit automations won't work.
The "project end dates" are not necessarily "today" when they are entered so a "if date is not more than 1 day in the past" will probably miss some of the new entries.
Long story short:
Any ideas on how to send the notification only once and mark lines that have already been reported?