e.g. if I wanted to set Alaska as the state in an ...
# beginners
e
e.g. if I wanted to set Alaska as the state in an address, I'd do one of:
Copy code
addressSubrecord.setValue({fieldId: "state", value: "AK"}); // values are abbreviations
-or-
addressSubrecord.setText({fieldId: "state", value: "Alaska"}); // texts are names