- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:51 PM
i am getting a user id in updated by field while running a flow how to make updated by field show a system.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:57 PM
If not script then
I would use another flow that runs as 'System Administrator', and loop that one in as a subflow. I don't think there is an option within one flow to change 'run as' for a specific action.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:56 PM - edited 11-20-2022 11:56 PM
Hi @Rahul Tiwari1 ,
If you are using script in that then add one line as below
gr.autoSysFields(false); // Replace gr with your GlideRecord object
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:57 PM
i am using flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2022 11:57 PM
If not script then
I would use another flow that runs as 'System Administrator', and loop that one in as a subflow. I don't think there is an option within one flow to change 'run as' for a specific action.