Table showing value instead of label in OptionField

I have a table with OptionsFields with label/value input.
I fill the table in automatically from parsing a file, and this gives the label (having filled it in with the value), however if the user changes the selection to something else, then the value gets shown (in red). This also happens if you change it back to the original option.
before:
image
after:
image

Is this a bug, or something I have done?

Hi Natalie,

I believe that our table provider casts all values in the table to a string, which means you probably need to use “1” as value instead of 1 as integer. Can you try this out?