Vote System for Map Changing

Hi! So I’m learning UE and I want to make a basic vote system.
Right now I have set up for players to travel back to lobby when the game ends, but I feel like this is too much back and forth.

I want to make a simple voting system where players can vote what map to change at the end of the round.

I searched on google “vote system” / “map vote system” “vote unreal engine” etc and nothing there. I’m sure it’s easy to do it, but I’m a noob :smiley:

I have a data table with maps and their game mode (each game mode has certain maps). I know how to get the rows, but I don’t know how to make the vote system.