Twilio Autopilot: How can I retrieve and output data from Airtable?

Using Autopilot’s Collect, I capture a date input and then query Airtable for matching records. How do I assign the returned row information to variables for user display?

try using a webhok call to fetch airtable record. parse the returned json & assign the needed fields to autopilot’s variables, then drop them in your output. cheers.