- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 05:00 AM
Hi All,
My client wants
From third party tool we have fetched users data by an action i want to import into the custom table "u_users" we have
through flow designer scheduled type but it is not running flow why?
is there is any other way we can do?can anyone help me on this
i have done with scheduled job also by calling that flow into the scheduled job still not running how should i do this
Please guide me on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 08:20 AM - edited 06-11-2025 08:25 AM
Hi @srikriti ,
when i click on Execute now button will work that it only manually working fine
so this will work
the schedule job runs at mid night (00:01:00) system time zone
is this means every one minute ?
no it doesn't run every one minute
it run at midnight 12:01 mins
if you want it to run at every one minute
trigger should be of type periodic(repeat)
this will work you just need to adjust trigger as per your requirement
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 06:16 AM
Hi @srikriti ,
then go to sys_flow_trigger_auto_script table and check if any run this script contains your flow sysid
if no create a new record
by replacing with your flow's sysid
script
sn_flow_trigger.FlowTriggerAPI.fireTimerTrigger('ba9d9cefc3f5a610051cb132b40131d8');//replace the sysid with your flow's
also refer the KB shared by @Ankur Bawiskar
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1744875
OR
copy the the existing flow and activate it and see if the trigger(schedule job) record gets create
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 06:38 AM
Hi,
i have checked it anukur shared kb i have copy flow i can see here it is already in active true
but doesnot see flow executions here and not updated the custom table
is there anything i have missed could please help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 07:37 AM
Hi @srikriti ,
the schedule job runs at mid night (00:01:00) system time zone
so you don't see any executions
click on execute now UI action on schedule record and see
it should trigger the flow and executions will be displayed
or wait till tomorrow
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 07:44 AM
the schedule job runs at mid night (00:01:00) system time zone
is this means every one minute ?
when i click on Execute now button will work that it only manually working fine
but every one minute its should also run it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 08:20 AM - edited 06-11-2025 08:25 AM
Hi @srikriti ,
when i click on Execute now button will work that it only manually working fine
so this will work
the schedule job runs at mid night (00:01:00) system time zone
is this means every one minute ?
no it doesn't run every one minute
it run at midnight 12:01 mins
if you want it to run at every one minute
trigger should be of type periodic(repeat)
this will work you just need to adjust trigger as per your requirement
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya