How to I add to the input of an event set by timer?

I want the event fired to remember which timer called it. I cannot plug the handle in as an input because I have to use Set Timer by Function Name. When setting timer by event, the event in not allowed to have inputs. How can I get a reference to the handle that fired the event from within the event?

Add another custom event perhaps:

Would that work?

So epic! Thanks!

It doesnt seem to be working for me. I created a map of handles and data and save to the map the handle along with the data. Then in the function called by the event, I use the handle to find the data from the map but the data always comes up blank.

Nvm I solved it