Use event tick multyple times

Im making a menu in which I have one door that i want to open when the mouse hovers above it, and close when unhovered. So to do that I used Rinterp nodes to make the rotation smooth, I used the event tick delta time to connect it to both Rinterps (the one for opening and the other for closing). But I need to plug the event tick two times (for the opening set world rotation and the closing), the problem is that you cant plug event ticks multyple times , so that is why I am asking. I´m new in this blueprint thing so if it is a easy answer dont blame me.

Something like this

But it’s really definitely not the way to do it…

Well, it works just like I wanted, Thank you my friend