How to trigger a single notification to requestor for the Approval record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi Team,
We have a requirement to auto cancel any RITMs, that are not approved within 30days. We are looping through approval records (sysapproval_approver) table, fetching the RITMs, then calling the notification which is sending emails to each approver separately for the same approving record.
Current behavior: User is receiving multiple notifications along with approving user.
Expected Behavior: Our goal is to notify the user via Additional comments (without sending multiple notifications to the requestor).
Flow configuration:
Notification:
Please verify our Flow and let us know how can we trigger a notification to the Requestor (via single notification specific to one ticket) instead of multiple notifications which is happening happening via For-each loop.
Thank you in advance!!