Hello,
I would like to set up a reminder for annual interviews in EspoCRM. I have recorded the entry date in a date field. I want to use the Advanced Pack workflow to check daily if today's day and month match the entry date, but trigger the reminder 10 days in advance.
I tried the following condition, but it returns the next month instead:
MONTH
dateEntre
Equals
datetime\month(datetime\addMonths(datetime\now(), 1))
I would like to set up a reminder for annual interviews in EspoCRM. I have recorded the entry date in a date field. I want to use the Advanced Pack workflow to check daily if today's day and month match the entry date, but trigger the reminder 10 days in advance.
I tried the following condition, but it returns the next month instead:
MONTH
dateEntre
Equals
datetime\month(datetime\addMonths(datetime\now(), 1))
Comment