I have a Post request that will post data from a form to a list. All fields post correctly except for a Choice field. It posts the literal name of the field.
So I have this line in my API Call : “<listfieldid”:“objectdatafield”
The objectdatafield is a Choice field. What is being posted back to the list is the literal field name i.e. objectdatafield. I want the choice value that is in this field.
How/where do I configure this?
Thank you.
