How do I open a door with multiple switches?

Well you’ll want to add a boolean variable to the switches.
When interacted with it gets set to true or false.
Then when you use the door it can Get All Actors of Class (switch) and check that they all have that variable as true. If they’re the only switches in the level that would work.

But I think you want the final switch to open the door, so that would be a little different.