Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Call Flow Designer from Change Form Button

KScoble
Tera Expert

Hi Everyone,

I have recently developed a flow to check multiple fields across the change from,
which I would like to run when a user clicks a button at the top of the page.

for this I was wondering if it is possible to have the flow run on button press without utilising JavaScript?

From what I have seen, it looks as if it is only possible to run a flow from a button (UI Pollicy) containing JavaScript.

I know I could add a field to the form and when a user updates the field in the form trigger the flow from there, but would prefer a button at the top of the page. 🙂 

1 ACCEPTED SOLUTION

Hari Prasath
Tera Guru

Hi @KScoble ,

 

You can achieve this by creation UI action and calling the particular flow from that UI action. Please refer this article https://www.servicenow.com/community/developer-forum/how-to-trigger-a-flow-from-a-ui-action/m-p/2162...

 

Please mark the answer helpful, if it helped you accordingly.

 

Thanks,

Hari

View solution in original post

1 REPLY 1

Hari Prasath
Tera Guru

Hi @KScoble ,

 

You can achieve this by creation UI action and calling the particular flow from that UI action. Please refer this article https://www.servicenow.com/community/developer-forum/how-to-trigger-a-flow-from-a-ui-action/m-p/2162...

 

Please mark the answer helpful, if it helped you accordingly.

 

Thanks,

Hari