Hi @Basil Omsha
Try to set value selected of Position dropdown in the variable that you are using to save in your database.
For instance, value of Birthday field is set on GetPlayerId.List.Current.Player.BirthDay.

So, position value selected should be set in GetPlayerId.List.Current.Player.Position.

Because in your saving logic, you are sending GetPlayerById.List.Current as a Player

I hope it helps.