- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 02:11 PM
I have a couple of flows that may or may not be set to run as System user. I suspect that they are set to run as user who initiated the session. How can I tell? More Options | Properties does not include this information.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 04:01 PM
Hi @thomaskennedy ,
Could you please check if trigger is Inbound Email of your flow?
As per developer docs, flows with an Inbound Email trigger always run as the user who sent the email or the Guest user. The Run As value cannot be set for flows with an Inbound Email trigger.
Regards,
Monika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 02:37 PM
May be this will help
https://www.servicenow.com/community/now-platform-forum/run-as-property-in-flow-designer/m-p/1142272
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 02:54 PM
Actually no, the properties sheet no longer displays the Run As. (That's also true if the flow is inactivated first.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 04:01 PM
Hi @thomaskennedy ,
Could you please check if trigger is Inbound Email of your flow?
As per developer docs, flows with an Inbound Email trigger always run as the user who sent the email or the Guest user. The Run As value cannot be set for flows with an Inbound Email trigger.
Regards,
Monika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 06:53 AM
Thank you! I've been all over the documentation and thought had seen everything.