Playbook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hi Team,
I have a question regarding Playbooks in ServiceNow, specifically around tracking actions performed in the Workspace form view.
Let’s say I have a UI action (e.g., a button click) that creates a child case. I would like to understand:
- How can this action be tracked or recorded in the Playbook flow?
Is there a way for the Playbook to recognize that the button was clicked and adjust the flow accordingly? - What configurations are needed in the Playbook to respond to such UI actions?
For example, should I use specific conditions, triggers, or custom events? - Can Playbooks support branching logic based on user input?
For instance, if I have a decision box with "Yes" and "No" options: - If "Yes" is selected, it should trigger Flow A.
- If "No" is selected, it should trigger Flow B.
I am trying to build a dynamic Playbook experience that adapts based on user actions in the Workspace. Any guidance, examples, or best practices would be really helpful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Responses inline
-> Playbook can use User Form activity which renders table form and on there you can have Playbook buttons, these are playbook actions and not OOTB UI actions available on that table
-> you can trigger your playbook based on some field change etc and configure that in trigger condition
-> yes there is support for branching based on Yes or No
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
13 hours ago
You can add 'wait for' conditions, or go with the non-automated 'instruction' action that a user has to set the state to complete.
You can use branches in playbooks with 'yes' you go one way, with 'no' the other way.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark