When new columns are added to a Supabase table, existing Make modules (e.g. “Upsert a Record”) do not reflect the updated schema. Refreshing the connection, reconnecting, or using the refresh button inside the module does not help. The only workaround is to delete the module and re-add it, which requires remapping all fields manually.
Steps to reproduce:
-
Create a Supabase “Upsert a Record” module in Make
-
Add a new column to the Supabase table
-
Open the existing module — new column does not appear
-
Refresh connection — no change
-
Delete and re-add module — new column appears immediately
Expected behavior: Module refreshes schema automatically or via the refresh button
Workaround: Delete and re-add the module, remap all fields
Severity: Medium — causes significant rework when iterating on database schema