Flow Designer (Send Email)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 04:46 AM
Hi everyone.
Im a newbie in Servicenow .
I just like to send one email notif to the Manager's group that has a "list" of resigned employees inside the email body.
-In this flow designer, I used "For Each" and i think it will send many emails to the recipients if I use a loop .Am I correct? If its correct, should i just delete the Line 6 "For Each Item in..." ?
-I would like also to ask if how to make a list of resigned employees inside the email body?
Thank you in advance!
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 05:24 AM
You can use flow variables for this requirement. Just create a flow variable and in the loop, just update the variable with the names and in the next step out of the loop, send an email. This will send only on email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 07:25 PM
Did you create a flow variable?