What is your goal?
Understand why an existing Airtable Create a Record module does not show newly added Airtable fields, while a completely new module connected to the same base/table does show them.
What is the problem & what have you tried?
Hi,
I’m running into an issue with an Airtable “Create a Record” module in Make.
Setup:
- App: Airtable
- Module: Create a Record
- Existing Make scenario
- Existing Airtable base/table
- I added new fields to the Airtable table
- I want to map those new fields in the existing Make module
- Input contains data for new fields, visible in run data
Problem:
The newly added Airtable fields do not appear in the existing Create a Record module.
What I already tried:
- Refreshing the module fields/form
- Switching to another Airtable table and switching back
- Saving the scenario
- Leaving and reopening the scenario
- Refreshing the browser page
- Clearing/deleting browser page data
- Cloning the existing Airtable Create a Record module
Result:
None of those made the new fields appear in the existing module or in the cloned module.
However:
If I create a completely new Airtable Create a Record module and select the same connection, base, and table, the new Airtable fields do appear correctly.
So it looks like the existing module has stale cached schema/form metadata, and cloning seems to copy that stale metadata as well.
Questions:
- Is this expected behavior or a known limitation with Airtable module metadata caching?
- Is recreating the Airtable module the recommended fix?
- Is there any way to force a full schema refresh on an existing Airtable module without rebuilding it?
- Are there known cases where a cloned module keeps stale metadata even though a newly created module works?
For now I will rebuild the module manually, but I’d like to know whether there is a cleaner way to refresh the existing module because remapping many fields is error-prone.
Thanks.
Error messages or input/output bundles
No error message.
The issue is that the newly added Airtable fields are missing from the existing Airtable Create a Record module’s field mapping UI.
Expected:
New Airtable fields should appear after refreshing/reloading the module.
Actual:
New fields do not appear in the existing module or in a cloned copy.
Control test:
A completely new Airtable Create a Record module connected to the same connection/base/table does show the new fields correctly.