Why is my input mapping only working for 1 actor at a time?

I’d say in general you shouldn’t enable input in actors. There are other ways to make them do what you want, like Casting, referring to them in Level/Character blueprints, or using Interfaces, etc.