I need to send an email when a date field is 3 weeks in the past and a checkbox has not been checked. I have been working in flows for hours on this and cannot sort it out! Please help!
#flow2 risposte
Hi Erika,
You could create a formula resource in the flow, Today_Minus_21, and then add a decision element for: your date field <= Today_Minus_21 and your checkbox = false.
(ignore that that formula say '-27', should be '-21')