How to send mail to Group (All users in group) in flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 05:46 AM
I am new to servicenow. Wanted to know How to send mail to Group (All users in group) in flow ? As i am unable to find option where i can set group name in To field while creating a Flow. Thanks and Regards,
Sachin Kulkarni.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 05:57 AM
Check the reply of Shawn in below link
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 06:43 AM
@SK00335601 You will not be able to add a group name in the to field of send email action. However, you can use a Lookup records action to get all the members of the group and use a Foreach action along with Send email action to send them the email. You can configure your flow as follows.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:39 PM
You can put the SYS_ID of the group in the TO: field and it will send it to all the users in that group. You don't have to do a lookup or anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 07:15 AM
Brilliant, thank you! This also worked putting more than one group separted by comma