Using event dispatcher with multiple instances of a BP

Beginner question with a very simple example:
I have multiple trigger blueprints (instances of the same blueprint). I would like to communicate with the level blueprint via event dispatchers(just displaying a message if anyof the triggers have been triggered), but I can’t get it to work. I can only set it up for one selected trigger, not for all of the same types.

Can I do it it with event dispatcher at all, or I should look elsewhere?

thanks

Same problem for me…same question

I would place an event dispatcher inside the trigger blueprint itself (if it’s custom made) and just display the message from there. I’m not sure why you need to use the level blueprint to call a message, it might clutter the main BP to much. Hope this helps.