Run flow based on system property

Andr_ Pires
Tera Contributor

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.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Andr_ Pires 

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.

 

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Jitendra Diwak1
Kilo Sage

Hi @Andr_ Pires,

 

Could you please check whether this post help you.

 

Please accept the solution if it works for you.

 

Thanks

Jitendra

Please accept my solution if it works for and thumps up.

Hi @Jitendra Diwak1, you didn't send any post.

Hi @Andr_ Pires,

 

Please check this below:

https://www.servicenow.com/community/itsm-forum/call-a-system-property-from-flow-designer/td-p/44585...

 

Thanks

Jitendra

Please accept my solution if it works for and thumps up.

Sandeep Rajput
Tera Patron
Tera Patron

@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....