Getting the next row entry in a data table

Hello,

I got a data table that holds the list of levels in my game, I want to make a blueprint that checks the name of the current level it is in against the data table, and if the name is found, I want to navigate to the very next row in the data table using “Load level by name”

Currently I can find the current level name entry in the data table but how do I pick the following entry in the table through the blueprint?

So let’s say I have 10 level names in the Data Table, the level that I am in happens to be “Row 5”, I want to be able to get the Map Name field from the very next row “Row 6”

I think this is the node you are looking for
image

Choose your data table, input row name and then break the struct from the OutRow