Team,
I have a SharePoint library where one of the fields is a Date field and I'm trying to do the following:
1. Get All Items in specfic view
2. Determine if "SRTS Follow Up Date" is Blank or Not
3. IF NOT BLANK then Determine if "SRTS Follow Up Date" is 1 day ahead of today's date // IF BLANK do nothing
4. IF 1 day ahead of today's date send e-mail // IF NOT do nothing (I have a test e-mail in the FLOW to tell me so I can do troubleshooting, but generally the NO would be blank)
Code Snippet for Blank Field Determination: @empty(triggerBody()?['SRTS_x0020_Follow_x0020_Up_x0020_Date'])
Code Snippet for Notice Determination: @equals(formatDateTime(item()?['SRTS_x0020_Follow_x0020_Up_x0020_Date'], 'MM/dd/yyyy'), formatDateTime(addDays(utcNow(), 1), 'MM/dd/yyyy'))
Here's all the supporting data and any help would be most appreciated:
Data:

FLOW:
Errors: