Hi, I think you need to also specify text column, not just value. If this does not resolve the situation, check myfield column type (click on Alter), it needs to match your data type, if options are text then you need to have it set to e.g. varchar, also maximum length (number after type) is important. If your options are some long text it is better to use column id as value, otherwise various errors can happen,e g. problems with some utf characters.