How to populate multiple CC email addresses into Watch List from inbound email using flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi all,
I am working on an inbound email use case where I need to populate the Watch List field on a Case record using the CC email addresses from the inbound email.
Current behavior:
If there is only one email address in CC, mapping it directly to the Watch List works fine.
However, when there are multiple email addresses in CC, the Watch List is not getting populated. Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
share your script here
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
What I am trying to achieve:
Parse all CC email addresses from the inbound email.
For each email:
If it matches an existing Contact → add the Contact to the Watch List.
If no match → still include the email in the Watch List.
Ensure multiple email addresses are properly appended (not overwritten).
Challenges:
Flow Designer seems to overwrite the Watch List when updating inside a loop.
Handling multiple values (comma-separated emails) is not working as expected.
Not sure what is the best approach to handle this without breaking OOTB behavior.
I have created custom action :
