Airtable setup

:bullseye: What is your goal?

solve this eror issue

:thinking: What is the problem & what have you tried?

set up prpblem

:clipboard: Error messages or input/output bundles

eror The operation failed with an error. [403] Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct.

Open log

:link: Create public scenario page

Hey, I’ve run into this exact error before. It’s almost always a token permissions issue.

Go to airtable.com/create/tokens, click on the token you’re using for Make, and check two things: make sure data.records:read and data.records:write are enabled under Scopes, and under Access, make sure the base you’re trying to connect is actually added. If the base isn’t listed there, that’s your problem.

If that still doesn’t work, just create a fresh token with the right scopes and base access, and reconnect it in Make.

Lmk if this fixes the issue!