Good morning!
I was trying to create an action to put on the list view of Accounts, in order to create a new account with a layout showing a few fields. I came to realize that when creating an action which creates a new record, by default it behaves as 'create new child record' so you can only use it when selecting an account on the list view and then clicking the button (otherwise you get an error message). Salesforce support confirmed this is works as designed.
Now my question is: how do I create an action/button that does what I'm looking for? I created a global action to do this from the record page but I want to put one on the list view as well.
Any OOTB solutions to it? All I can think about is overriding the custom quick action. But nothing from the Standard functionality side.