Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Schedule Email filter condition help

I have created a scheduled event to send an email when a column date field [Contract Ends Date] is equal to today.  But in my testing I am getting every line of data from the sheet.  Can someone help me.  What have I missed.

 

[Contract Ends Date]=Today()

 

Tony_Landowski_0-1644592771775.png

 

Solved Solved
0 12 376
2 ACCEPTED SOLUTIONS

Change it to:

AND(
  ISNOTBLANK([DATE]),
  [DATE]=TODAY()
)

View solution in original post

Curious to know why do we need the ISBLANK check?

View solution in original post

12 REPLIES 12
Top Labels in this Space