How to remove the Skip button from Questionnaire Activity in Playbooks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 12:25 AM
How to remove the Skip button from Questionnaire Activity in Playbooks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 11:17 PM
Hi @Anshul5,
Steps to remove the "Skip" button from a questionnaire activity:
- Navigate to the sys_declarative_action_assignment table and open the record where the action name is "skip_activity".
- In the related list Action Exclusions, create a new record and specify the table for which you want to exclude the "Skip" button. Here, mention the table you will use as the associated table in the UI layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 12:09 PM
Hello,
I'm trying to hide the skip button on the playbook for HR tables.
I tried this solution, but it didn’t work. Could you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2025 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I managed to get this to work by following the following steps for a Questionnaire activity. The outcome is that the Questionnaire form will not display the Skip button. This ensures this only affects the Questionnaire you want the Skip button to be hidden. Steps to reproduce:
1- Create a form view for sys_flow_data that is a copy of the Default one for this table, let's call this view for the example "CSDM Modeler"
2- On the configuration tab 'UI Layout' for my Questionnaire in the playbook, use the "CSDM Modeler" view
3- Create an Action Assignment for skip_activity with an order of -100, that is specific for the created view. Create a copy of the OOTB one, do not create it from scratch. Picture attached.
4- Put a false statement in the condition for the action assignment (basically the condition will always evaluate to false and the Skip button never renders)
