Hi,
How to list records from Airtable? the node LIST from Airtable doesn’t exist?
BR
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @ketab
Sorry for short answere:
Replace “YOUR_ACCESS_TOKEN” in HTTP Request with your access token and APP_ID and VIEW_NAME with your one. You can find the ID or the view name in the table view under Help > at the bottom: API Documentation
Thank you very much
You need to use “Search Records” in the Airtable node, it will list any record matching your formula. If you don’t use any formula, you’ll get all records from the table.
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.