Instead of creating a custom group, you can dynamically change the target actor through code and in runtime, before starting the cutscene.
You just have to give the Actor Group a name in the inspector and then in code call cutscene.SetGroupActorOfName(“MyActor”, newActor);
For example: