I have a SharePoint list that has 3 different date fields and a Choice field. The date fields are
1. "Letter Sent Date" (Date and Time column - manually updated with each entry)
2. "3 months from 'Letter Sent Date' column" {Calculated column: =DATE(YEAR([Letter Sent Date]),MONTH([Letter Sent Date])+month,DAY([Letter Sent Date]))}
3. "Fortnight before 3 months from 'Letter Sent Date' column" {Calculated column: =[3 Month date]-(7*2)}
4. Choice field "Decision for Re-registering" (Choices are Yes, No)
I would like a flow to trigger if the choice field is Blank (null) AND the date within the "Fortnight before 3 months from 'Letter Sent Date' column" {Calculated column: =[3 Month date]-(7*2)}" is today's actual date.
I would like an email to be generated and sent at around 9am if both criteria is met. I am in Brisbane Australia time zone.
Any help would be appreciated. 🙂