Skip to main content
Question

Airtable block "unrecognized view update type" error

  • February 18, 2026
  • 0 replies
  • 8 views

Forum|alt.badge.img+13

I’ve recently noticed an error appearing in the developer console when running a custom block. This appears to be happening both in development and when released to the base.

I am running the latest versions of both the block CLI (3.0.1) and the SDK (1.19.0). As far as I can tell, these messages are displayed when writing data back to the base, for example:

table.createRecordsAsync() || table.updateRecordsAsync()

Any insights into why this is happening, and how I can go about fixing the error? While writes to the base are seemingly unaffected, these messages are cluttering the console log, and if not relevant, should not be emitted to begin with.