Hello!
I can't believe I am asking this, but here we go..
I have made a Model Driven App, where I have Canvas pages. I have a table named "Spillere" (Players), and in there I have a column with a Global Choice called "Fot" (Foot). I want to add a ComboBox to my app that displays the two options "Left" and "Right". They have the index value of "1" and "2" in the Choice.
I tried adding a ComboBox, changed the Items value to "Choices(Spillere.Fot)", but this is what I am getting in my ComboBox:

I don't know what these numbers are referencing, but they sure isn't "Left" and "Right". How can I display the correct values from the Choice in my ColumnBox?