Severity: Low (workaround exists)
-
Component: Airtable Integration / Create-Update Record Block
Description:
When single-select field options are modified in Airtable (options added or removed), the Airtable block in MindStudio retains the stale cached schema even after refreshing the connection. The outdated options persist in the exported workflow JSON and block configuration.
Steps to Reproduce:
-
Create an Airtable table with a single-select field (e.g.,
Type) containing multiple options -
Connect to the table in MindStudio using a Create/Update Record block
-
In Airtable, remove some options from the single-select field (leaving only 2 of the original 20)
-
Return to MindStudio and refresh the Airtable connection
-
Export the workflow or inspect the block configuration
Expected Result: The single-select field should show only the 2 options currently in Airtable.
Actual Result: The block retains all original options from the initial connection. The stale schema persists.
Workaround:
Delete the Airtable block and recreate it from scratch. The new block correctly pulls the current schema.
Environment:
-
Workflow: REALClarityPro
-
Airtable Table: Notes/Appointments
-
Field:
Type(single-select) -
Date: January 16, 2026
Additional Context:
The issue was observed across multiple workflows in the same app. Both “Create Appointment” and “Create Note” workflows had the same stale schema until the blocks were deleted and recreated.
-
