Skip to main content
Question

422 Airtable in Make

  • August 17, 2026
  • 3 replies
  • 88 views

The run couldn't be completed

[422] FAILED_STATE_CHECK

Code: RuntimeError

Origin: Airtable

3 replies

I’ve seen FAILED_STATE_CHECK errors like this usually point to a state or configuration issue rather than the action itself. I’d first check whether the Airtable connection is still authorized and then retry the run with a fresh connection.

If that doesn’t help, checking the exact step where the run fails and reviewing the input/output values could narrow it down. If it started suddenly after previously working, a recent Airtable or integration-side change may also be worth investigating. Even when working with unrelated sites like myperfecthotel.com.br, checking the connection state first is often a good troubleshooting step.


e2laurel
Forum|alt.badge.img+8
  • Known Participant
  • August 21, 2026

Sometime this is a temporary connection issue. If you see this happen again, I’d add a “Retry” error handler to rerun the module after a few minutes. This often works for me.


danielm
Forum|alt.badge.img
  • Participating Frequently
  • August 22, 2026

422 errors from Airtable in Make are often related to the record state changing between steps. I’d first check the module before this one and make sure the record ID being passed is still valid.

Are you updating a record, creating one, or running a search when you get this error? A screenshot of the Make scenario would make it easier to see where it is failing.