Hi,
make sure you have a bool in the door BP to check if the player is currently in the trigger (and check if it’s false by default).
Then when On Component Begin Overlap the collision box you set the bool to true and On Component End Overlap you set the bool back to false.
Then when pressing the button (“E” in this case), just simply branch the bool and open the level if it’s true.
Hope this helps!