- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 04:25 AM - edited ‎05-20-2024 04:40 AM
I have a system property where the user writes a specific number of days.
I want to get that property and use the flow designer to run a flow every those "x" days.
The problem with flow designer is that there isn't any way to use a script in the trigger option and I honestly don't see another way.
Appreciate if you guys could help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 05:06 AM
for such requirement I would suggest to use scheduled job rather than flow
Flow are designed for low-code, no-code
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 04:41 AM
Hi @Andr_ Pires,
Could you please check whether this post help you.
Please accept the solution if it works for you.
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 04:42 AM
Hi @Jitendra Diwak1, you didn't send any post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 04:58 AM
Hi @Andr_ Pires,
Please check this below:
Thanks
Jitendra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 04:43 AM
@Andr_ Pires There are ways to trigger a flow via script, you can do it via any client or server side script (BR/Scheduled Job etc.).
Please refer to this page to know the steps to trigger flow via script https://developer.servicenow.com/dev.do?_escaped_fragment_=/learn/learning-plans/utah/servicenow_app....