Hi,
I send the form results through a Webhook to Airtable Automations and somehow, I can’t see all the data in the Airtable variable. For example: choices. Can someone help?
The original JSON is pretty long but less than 100kb.
Attached part of the JSON:
Headers
User-Agent: Typeform Webhooks
Content-Type: application/json
Payload
{
"event_id": "01F2RCN9Q5F24TTF2MY2G4FAB8",
"event_type": "form_response",
"form_response": {
"form_id": "gfSaLT",
"token": "tc3nuwsqelb7q8a5m82tc3n7nkr9a5zc",
"landed_at": "2021-04-08T09:21:44Z",
"submitted_at": "2021-04-08T09:22:54Z",
"hidden": {
"interviewee_id": "123123",
"interviewee_name": "My NAME"
},
"definition": {
"id": "gfSaLT",
"title": "Pre-Interview Form",
"fields": :
{
"id": "e2Hswr4jWPs1",
"title": "תמונת פרופיל",
"type": "file_upload",
"ref": "a1c008b2-7a9c-42bc-9a6c-6e9afcb935a4",
"properties": {}
},
{
"id": "zlMjlSMVYHPt",
"title": "חודש התחלת התמחות",
"type": "multiple_choice",
"ref": "88d83a7a-4526-46b6-8da3-06fddb76366c",
"properties": {},
"choices": <
{
"id": "bTSjxi2p2oOw",
"label": "מרץ"
},
{
"id": "fsBvpd9EXXS7",
"label": "ספטמבר"
}
]
},
The automation response:
Payload
{
“success”: true
}
Thanks in advance,
Dana