Why is my level streaming not working?

I have a game with a large hub world and lots of smaller levels. In game there are areas you can enter to go sub-level. But when I enter streaming volume for sublevel nothing happens, it just stays same.
Here is blueprint I’m using for my level streaming volumes.

Any help is always appreciated.
Thanks.

Hey MoldyJuice,

In LevelName field, you need to enter full path to map. By default, this will be /Game/Maps/MapName. If you’re saving your maps in another location, you’ll need to adjust that. Here’s how I have it working:

Hope that helps! Let me know if you have more questions.