Hi all,
I wanted to check with you all to ensure my syntax was still correct in my approval flow. I have an approval flow that gets all the approvals and then 30 days after the last approval comes through it sends an email to the creator letting them know the item is now 30 days old and must be removed. This is the trigger I am using:
(addDays(utcNow(), 30)
Is this still correct? I think it is failing that is why I ask.