No! You can do it, but using common events you always will have question marks, because common events don't know what to read, in troop events you will see actual monster names.
Common Event and Troop Event are two different things, even though looks the same.
See? -
https://prnt.sc/x1ys91
Enemy Appear wants to get all enemies names, but it doesn't know from where to obtain it, thats why we will always see question marks, but still you can use it. You need only to guess wich one is one.
See this example?
https://prnt.sc/x1z20d - Entire troop squad is empty, so nothing will work, now, lets add someone
https://prnt.sc/x1z5o7 - I added enemy named Mina. She is first enemy added to troop squad, so she get #1 in event Enemy Appear.
https://prnt.sc/x1zaro, because its troop event, editor know from where to get info. Now let's check common event.
https://prnt.sc/x1zf7m - question marks, because common event don't know from where to read data, but still if you leave your common event to show (by this example Mina), it WILL WORK -
https://prnt.sc/x1zkcq, because entire MV as well MZ database is ID-related, not names. So this event:
https://prnt.sc/x1zkcq will work the same way as this event
https://prnt.sc/x1zqk1
Only downside of that is you on your own you need to figure out wich question mark represents your troop member. But I already gave you a pattern for that.
1st added enemy to troop squad is #1 ?
2nd added enemy to troop squad is #2 ?
3rd added enemy to troop squad is #3 ?
and so on until 8th member, because troop squad is limited to 8 enemies max.