- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 02:02 AM
We are having a flow in Flow Designer which needs to be run 'Daily'. We gave the trigger condition as 'Daily'.
This flow is used to fetch data from a third party tool.
And we would want this to be 'Run As' a specific user which we have created in the user table.
But the only option I am finding is 'Run As' - User who initiates the session.
Like how we have an option in 'Scheduled Data Import' to select the specific user.
Is the same possible in Flow Designer ?
Solved! Go to Solution.
- Labels:
-
Flow Designer
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 07:35 AM
Hi,
In Flow designer if you choose the Trigger as Daily, Weekly, Monthly and activated,there will be a scheduled job created automatically in the back end with name starting 'Trigger:<sys_id of flow>'.
So you can simply create the flow from Flow designer as you want.
And then go to Scheduled jobs and update 'Run As' field.
Thank you
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 02:08 AM
Hi,
only 2 options are possible for flow designer currently.
I believe as of now it is not supported
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 02:22 AM
Please raise a Idea/Suggestion to Servicenow.
Please Mark as ✅ Correct if this solves your issue and also mark ???? Helpful if it helps resolve your problem.
Thanks,
Saji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 05:09 AM
There is a workaround for it. you can try to invoke flow from scheduled job and you can set user in 'Run As' for scheduled job and keep 'User who initiate the session' in Run As for flow.
In Flow , set 'Run Once' for trigger so that it will not run again. For e.g. i ran my flow as 'Abel Tuter'
You can copy code snipped to invoke flow.
Please mark correct & helpful if that works for you.
Regards
Deepen shah
aavenir.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 05:31 AM