Well then that’s your issue… as I said, the type needs to be the same.
You either need to change the dropdown type to the same type as the database field, change the database field to the same type as the dropdown type, or do some filtering/searching on the dropdown to match the dropdown choices to the stored text field.
I’d recommend changing the database field type to match the dropdown choices type.
1 Like