How do I end a playbook early based on user input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 12:27 PM - edited 12-12-2024 12:27 PM
Hi, I'm designing a playbook currently and am trying to end it early using decision branches. I am collecting user data, and based on that user data, need to route the user to further steps or end the playbook. I haven't found this functionality and haven't seen any documentation on this. I've tried just connecting the activity to the end node but that doesn't work. Is what I'm aiming for possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 06:37 AM
Were you able to figure out how to accomplish this? I'm running into the same issue with a playbook I'm working on.
I only just ran into the issue, so I haven't had time to think of a solution yet. My first thought was to break one playbook up into multiple playbooks, so that the beginning of a longer 'branch' would be a new playbook instead of a new stage in the same playbook. That seems clunky, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 04:18 PM
any answer? I have the same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:31 AM - edited 02-27-2025 10:31 AM
No, I ended up using To-Do tasks and custom widgets to achieve the functionality we needed