Understanding that entering/selecting into the Action Launcher search field only display recently used actions to the user, and we are limited to 10 quick-action buttons, is there a solution for showing all available actions to a user?
Hey Corbitt,
For your two scenarios, here's what actually works:
For "I don't remember the name" — a custom LWC that queries and renders all actions the deployment exposes (grouped by category/object) would be the real fix, since there's no native browse-all UI. This means building it yourself, not a config toggle.
For the platform migration use case — that's less about Action Launcher and more about documentation. A lot of teams handle "what's available on new vs old" with a simple reference doc or an FAQ/help page, since even a custom action browser wouldn't clearly communicate "this exists but only works on Classic still."
If building the custom component route, you'd query the same action definitions the Action Launcher deployment uses, that's documented on the deployment/config side, so it's feasible, just not out-of-the-box.
Reference:
https://help.salesforce.com/s/articleView?id=ind.action_launcher_deployment_experience_cloud.htm&language=en_US&type=5