Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

How to avoid overflow menu for "skip" button on playbook card

Fabio Fragapane
Tera Contributor

Hello Folks,

 

Could someone direct me to the steps for preventing the "Skip" button from being grouped under the overflow menu ("...")?

 

I attempted to override this by assigning a custom action, but it was unsuccessful—I couldn’t implement it.

 

Thanks

6 REPLIES 6

Try changing the button position to the opposite of its current position in declarative action and check if the changes are reflected?

Alternatively, open the associated Playbook Experience Action Assignment Map (sys_playbook_experience_action_assignment_map) record and change the display order. 

This will help us verify whether the changes are being applied correctly or not.

Regards,
Harish

Fabio Fragapane
Tera Contributor

Let me explain the setup , i have  :

 

-One dedicated playbook experience for my app 

-I used the OOTB activity "New record with list"

I find a "workaround" by creating my own action as an Icon to skip (see "1"  below)

FabioFragapane_0-1788784241081.png


But i want to get rid of  the overflow "skip" (2 ) which came with the out of the box "New record with list". I cannot add exclusion on that action (the table listed there are only global and not the one of my App scope)