Email action

In Project module i want send email based on the services subpanel. On the based on servicess deadline i want send email before 5 days of end end to user? Email not send After condition true. Email action not working after condition match.

Add a simple action (no emails, just change a field in the same record) to make sure that the condition is matching. If this runs, then you know you should focus on solving email settings.

If it doesn’t, then your problem is with the condition. I would change that to a “less than or equal”, instead of “equal”, because matching dates can be tricky.

If it works, we can then do some extra work to prevent it from sending multiple times (typically, add a field to mark it as “processed”, or just rely on the “no repeated runs” mechanism).