Hi
Any I idea how i can get the custom variable from a survey monkey survey response body?
It is in the body...but not sure how to extract it and set a variable to it.
"custom_variables": {
"casenum": "[32782]"
the only variable type i can use is of type Object. Which it does. Any idea how to extract thereafter?
full body is as follows
{
"id": "11991646621",
"recipient_id": "",
"collection_mode": "default",
"response_status": "completed",
"custom_value": "",
"first_name": "",
"last_name": "",
"email_address": "",
"ip_address": "76.88.129.52",
"logic_path": {},
"metadata": {
"contact": {}
},
"page_path": [],
"collector_id": "392061275",
"survey_id": "292175869",
"custom_variables": {
"casenum": "[32782]"
},
"total_time": 13,
"date_modified": "2020-09-16T03:49:31+00:00",
"date_created": "2020-09-16T03:49:18+00:00",
"pages": [
{
"id": "137696787",
"questions": [
{
"id": "531980808",
"answers": [
{
"choice_id": "3514855462",
"row_id": "3514855458"
}
]
},
{
"id": "531985615",
"answers": [
{
"choice_id": "3514887251",
"row_id": "3514887245"
}
]
},
{
"id": "531982591",
"answers": [
{
"choice_id": "3514867978",
"row_id": "3514867971"
}
]
}
]
}
]
}