Good day,
i have a List with and Expiry Date Column and i need a Notification email to be sent 30 days prior the Expiry date.
What should the formula look like? @equals(substring(item()?['Expiry Date'], 0, 10), utcnow('yyyy-MM-dd'))
Where should the minus 30 days be added?
many thanks