Send Email Microflow

0
Hello, have you tried to create a microflow for sending an email two months before the due date? Is it possible? As of now, I can only send an email with the due date.
asked
1 answers
1

Did you look into the add date function calls?

it would be something like addMonths($YourEntity/DueDate, -2) to subtract 2 months from your date.

You can either incorporate this in your logic checking the records or set the value when the DueDate is set (eg store a 'SendEmailTime' attribute.

answered