Unreal UMG/ Changing slot row in a grid panel

Does anyone know how to change an item’s slot to a different row in a grid panel using blueprints?

I have a grid panel that has 3 items in 3 different rows. When a button is pressed, I would like item 1 on first row moves to second row. I have been searching a way to set row in blueprints, but all I could find is “Slot as Grid Slot” which is more like “get row” instead of “set row”.

Could you guys give me some advice regarding about how to set row in a grid panel?
Thanks in advance!

You’re close:

1 Like

Thank you so much! You saved my day!