function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Keith PatellaKeith Patella 

Lightning Quick Action as a Drop Down Menu

I'm trying to conolidate some of our Quick Actions into group categories to reduce the number of quick action buttons. The only way I know how to do this is to have a Quick Action Button that pops up a lightning dialog that you then have a selection menu that then navigates to the lightning component selected. I'd like to skip this step if possible and have the button itself be a menu.

Is there a way to make a Lightning Quick Action be a button drop down menu without popping up a UI dialog?

If not is there other ways to do this without writing a custom navigation lightning quick action component.