See how to trigger a client callable subflow in ServiceNow flow designer using a CLIENT side script..in this simple example we use a UI Action script with GlideFlow methods to call a subflow and bring back an alert on screen
Note: We can use this same concept to trigger:
Flows
Subflows
Actions
Components used:
UI Action
Subflow - Client callable:
ACL - client_callable_flow_object
Incident (with some added fields)
Useful documentation to get your head around:
https://docs.servicenow.com/bundle/sa...
https://docs.servicenow.com/bundle/sa...
https://developer.servicenow.com/dev....
All done in a San Diego instance
#servicenerd
#flowdesigner
#glideflow