
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 07:41 PM
Hi,
I have a flow created that uses "Send Email" action. It has been working fine in Dev/Test but when I moved the update set to prod, the same flow start to fail at Send Email step with error "Access denied to create new email".
Any help with the issue and potential resolution is much appreciated. I will continoue to debug but thought might ask in community if someone had similar issue as i couldn't find existing post on this topic.
Note: Our Dev/Test and Prod are all on Madrid patch 5.
Cheers,
Jaskaran Walia
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2019 09:07 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2019 09:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:55 AM
I am getting similar error though run as System user s set. But the configuration is bit different.
Recipient email is fetched through a HR Profile reference field.
HR profile -> User -> email

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 09:07 AM
I ran into this recently and wanted to share more information.
My flow was an Inbound Email triggered flow and was set to run as System User, but the Send Email action would still fail. I found this KB from ServiceNow detailing a fix: Send email step in flow designer does not work with any users who are not admin - Known Error
The TLDR of that article is to create a subflow with a send email action that runs as system user, then use that subflow in your flow to send the email. For a number of reasons, this is not an ideal solution but in testing, it did resolve my issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2020 12:06 AM
Hi Jaskaran,
I am facing similar issue. Can you explain what do you mean by setting up the runnings as user initiated rather than system?