Airtable is not parsing the date correctly

@erinviegas It could be the that typeform is exporting this date as text, and Make doesn’t properly send this over. Date field types can be very tricky sometimes.

I don’t see your data or fields coming over from typeform, but before sending it to Airtable try a parseDate() to make sure its a date field:

{{parseDate(2.date; "DD-MM-YYYY HH:mm")}}