Your collision object to load the second floor should only respond to Pawn/Character, not any other type of object (eg. the elevator is not a a Pawn/Character).
Read more here in the Unreal Engine documentation:
I think selecting the Collision Preset ‘Pawn’ will fix your problem. I hope I have understood your problem correctly and that this helps.