- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 09:15 PM
Hi ,
Need to create an incident with attachment in it when a SLA is triggered and the report is sent to particular group using FLOWDESIGNER.
Here we need to use trigger we cannot use use inbound email.
Any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 05:23 AM
Hi @tsai25044
I have already given the screenshots in my earlier answer. Please refer to the older replies for the same.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 11:19 PM
Hi @tsai25044
Look Up Record is available as a Flow Designer ServiceNow core action Out of the Box. You need not to enable any plugin for that. Please check it in ServiceNow Core.
Also, as we have kept the trigger for the flow as a creation of your report record in the sys_email_attachment table, on execution of your scheduled job to create the report, post report generation, an attachment containing the report should be sent as an email which will generate a new record in the sys_email_attachment table. When the condition for our flow trigger i.e. Email is name of your Report Record and File Name as name of the attachment created by your report satisfied on this table, the flow execution will automatically happen. You need not to give any manual inputs like sys_id to trigger it.
Please find attached the update set of the flow for your reference which you can import on your dev instance and try.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 07:53 PM
Hi @Amit Verma ,
Can you send me the screenshots of the flow that you have created.
Thanks & Regards,
saiteja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 05:23 AM
Hi @tsai25044
I have already given the screenshots in my earlier answer. Please refer to the older replies for the same.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:31 AM