How to avoid inbound Email to trigger only once for duplicate emails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 01:18 AM
I created a flow to trigger when an Inbound email comes with a specific subject and further used to upload data from the attachment. The problem is the mail is auto forwarded to instance from a mailbox and there are 2 emails within duration of 5 minute with same content and no Fw or Re on the subject.
How to avoid the duplicity and make the flow to trigger only once.
#flowdesigner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 01:21 AM
Hello @aasheesh ,
The main question is why there are two emails with the same content. were they sent twice or the mailbox forwarded it twice to the instance.
Any of the above reason need not to be tackled by ServiceNow.
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 02:16 AM
Yes for some reason the emails are being forwarded to instance twice and may be via another application to the mailbox and then to instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 02:22 AM
@aasheesh Please try to get in touch the team which is handling the forwarding of mail because that will resolve the issue by root.
As whatever you have configured is working as expected just reach out to the mailbox team and ask about the Root cause analysis.
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 02:46 AM
That i'm already trying to figure out but just want to check is there anything at ServiceNow end in trigger conditions we can use to avoid duplicate triggering.