[SalesForce] Actions not showing up on Lightning Activity component but they ARE on the layout

I've been battling this one for longer than I would care to admit. Currently I'm trying to get the Global Actions (Log a Call, New Task, Send an Email, etc) to show up at the top of the lightning experience "Activity" component.

I've searched all over and found the answer of "Add it to the layout" (which I did) and "Assign the relevant record type" (which I can't, because tasks don't HAVE record types so the option isn't in the Global Action).

I'm looking for another possible cause of this problem. My org is a Developer edition scratch org, and I would very much appreciate any suggestions.

Edit: This is in relation to the Case object. I have it working fine in a standard dev org, but my scratch dev org doesn't seem to want to show those buttons.

Best Answer

On Case Record page in Lightning, The actions will appear in Chatter or chatter publisher component instead of Activities component. Make sure you are using Chatter or chatter publisher component.

Generally what happens in other object is:-

  1. Chatter action appears into chatter or chatter publisher component
  2. Activity actions like task, events etc. appears into activities component

but It works different for Case object.

In order to match the difference, What you can do is:-

Under the Activity Tab, Use two components together(Chatter publisher and Activites). See the pic below:-

enter image description here