Hi All,
I am unable to send emails that are 7 days after the modification date. I have put in the criteria that the result needs to be "First Email Sent" and the Modified Date has to be 7 days or older. I have the prompt to send the email and then update the item, but no dice.
formatDateTime(item()['Modified'],'yyyy-MM-dd') is less than addDays(utcNow(),-7,'yyyy-MM-dd')
Any help would be appreciated.
Hi Gary,
Thank you for your response! I am just trying to filter out anything that was modified more than 7 days. I do not have a calculated column that I have created. The only field I am using is the Modified column which is a default column that is created with every new item in my sharepoint.
@Anonymous
i think i can help with this but need to understand a little more!
Do you have a calculated column in your Sharepoint list for renewal date?
How are you inserting your information into your Sharepoint list to differentiate between the different courses for renewal periods?
It looks like there maybe a simple solution of either using variables or just a calculated column
Gary