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.