Hello everyone,
I’m experiencing an issue where the Airtable “Create Record” module in my scenario is running successfully, but no data is showing up in the Airtable base, all fields remain blank.
The scenario runs without errors.
The Airtable module receives data bundles with all expected values (confirmed in output preview).
Fields in Airtable are correctly named and match the mapped fields in Make.
Mappings use proper subfields (e.g., title.rendered instead of title object).
No filters or conditions are preventing execution.
Additional Notes:
I’ve verified the module order and that data is being passed as expected from previous steps.
The output preview shows the correct values are being mapped to Airtable fields (e.g., strings, numbers, etc.), but no data lands in Airtable itself.
Tried with both smart links on and off — no difference.
Table and base permissions are correct, and writing manually to Airtable works.
Looking for help identifying why records are created but show up completely blank despite valid input and mapping.