How to send attachments in the notification in flow desginer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @VenkataRajB ,
If this works.., Please Mark it as helpful and Please Accept My Solution..
Best Regards,
SIVASANKARI S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi,
You cannot directly attach files using the Send Notification action in Flow Designer. But , you can include attachments from the record by configuring the notification.
Steps:
Go to System Notification → Email → Notifications.
Create a new notification or open an existing one.
Select the appropriate Table.
Enable the Include Attachments option.
Save the notification.
Then in Flow Designer:
Add the Send Notification action.
Select the notification you created.
When the flow runs, any attachments present on the record will be included in the email.
If attachments need to be added dynamically, you can use a Script step in the flow to copy the attachments before triggering the notification.
If this helps, please give a like and mark the answer as a solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago
Step by step instruction given here: https://www.servicenow.com/community/developer-forum/sending-attachments-via-flow-from-submitted-cat...
