I have been working on utilizing workflows and flowcharts to manage opportunity tracking, specifically targeting entities with pending opportunities. The goal was to create a scheduled trigger that generates a report of opportunities that are overdue based on their expected close date.
However, I encountered an issue where the workflow sends multiple email notifications to each assigned user, one for each pending opportunity. As a result, users receive repeated emails if they have several overdue opportunities,
I want as a list of pending opts ( close date= before today)
the email need to tigger on particular day of week like we can use scheduled tigger using cronjob
in one mail per assigned user, Please let me know if this is possible
However, I encountered an issue where the workflow sends multiple email notifications to each assigned user, one for each pending opportunity. As a result, users receive repeated emails if they have several overdue opportunities,
I want as a list of pending opts ( close date= before today)
the email need to tigger on particular day of week like we can use scheduled tigger using cronjob
Dear {Assigned.user},
Please review the pending overdue opportunities:
Thank you,
Company
Please review the pending overdue opportunities:
Opportunity | Close Date |
one1 | 24/5/25 |
one12 | 24/5/25 |
one14 | 24/5/25 |
one15 | 24/5/25 |
Company
Comment