Automated email reminders
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 05:07 AM
I am trying to send automated emails to approvers of requests. Right now I have a job to trigger the emails but if they have multiple records to approve they will end up with a bunch of emails. Instead is it possible to trigger one email per approver? I have the approver captured in a field value so I can use that. Would a group by work?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 05:18 AM
If you just want to send one to each approver, then you could leverage glideAggregate against the "approver" column to get the unique entries and then trigger for each unique value found.