define the values
Array
Simple variant
dw_1.item.mydropdownfield.dropown.values=["Value 1","Value 2"];
If value and display information is not the same, you can define this in follow way:
dw_1.item.mydropdownfield.dropown.values=["1=Value 1","2=Value 2"];