- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2023 10:11 PM
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. 🙂
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2023 10:16 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2023 10:16 PM
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