Issue with extracting Typeform responses using Query JSON in Glide’s Webhook Workflow

Please try this, I’m writing this after a test on my own payload a few days ago.

$filter($.form_response.answers, function($v, $i, $a) { 
    $v.field.id = "NIl2t3UGn2Cr" 
}).text
4 Likes