Forum Discussion
Raghwendra Pratap Singh
Jan 08, 2019Copper Contributor
Getting issue with flow sending birthday email from sharepoint list
I created a list with column Employee name, BirthdayDate and email address. Trying to create flow to send birthday email but getting error condition formatDateTime(items('Apply_to_each')?['Bir...
Alan Marshall
Jan 08, 2019Iron Contributor
Compose a variable that is ticks((items('Apply_to_each')?['BirthdayDate'])) and another for ticks(utcNow()) then create your condition to compare the 2 variables. Ticks function creates a number of the time since date baseline so comparing is accurate and not relying on formats