Here is the Spreadsheet it is pulling data from
Here is the flow with the condition function highlighted. I just want an email sent when the "ReminderEmail" date arrives. Thank you.
Hi @Reaper ,
Please check this test:
My Flow Overall Preview:
My Flow Configuration Parameters:
Do not choice any DateTime Format in List rows present in a table:
ReminderEmail ne '@{null}'
addDays('1899-12-30',int(item()?['ReminderEmail']),'yyyy-MM-dd')
utcNow('yyyy-MM-dd')
Best Regards,
Sunshine Gu
There is a lot more, please let me know if you want me to keep screenshotting
Hi @Reaper ,
What is the error message in your flow? Please go to the classic designer to run the flow, and then please upload a screenshot of the output of your list rows present in a table to me.
Best Regards,
Sunshine Gu
Unfortunately it has failed again
Hi @Reaper ,
Please use this expression in condition left:
if(empty(items('Apply_to_each')?['ReminderEmail']),null,items('Apply_to_each')?['ReminderEmail'])
Best Regards,
Sunshine Gu
I have completed these steps but still no email unfortunately
Hi @Reaper ,
Please select ISO 8601 in DateTime Format in the list rows present in a table control, and then use this expression on the right side of condition:
utcNow('dd/MM/yyyy')
Best Regards,
Sunshine Gu
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2