I’m trying to calculate a user’s score using a webook and the answers they gave in the form. The majority of the questions in my form are multiple choice, and when receiving data on my webhook, all of the “label” fields on the objects in the answer field are “Barcelona”. Example:
{
"type": "choice",
"choice": {
"label": "Barcelona"
},
"field": {
"id": "9j4FpaPMJq71",
"type": "multiple_choice",
"ref": "5d8b69c9-703c-4ae2-8224-6dc34a49ae8e"
}
},
Is there a way to change this label? And if not, how can I get the choice the user selected?