Supabase module does not refresh column schema after table changes

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:

  1. Create a Supabase “Upsert a Record” module in Make

  2. Add a new column to the Supabase table

  3. Open the existing module — new column does not appear

  4. Refresh connection — no change

  5. 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

Upvoting this one. The same goes for the Supabase “Watch Event” module; deleting and re-adding it is causing unnecessary work.