Skip to main content

Greetings. My automation receives a webhook from a form. In subsequent steps, I'm unable to reference the field values: it's gray, and hovering displays the error "Cannot assign list of collection of complex types to collection of complex types."

How can I reference these values, or at least reference the raw JSON in a scripting step?

I don't know scripting, so I just use Make's custom webhooks to receive complex JSON data, and then pass it onto Airtable from there.