Insert image to Airtable

Describe the issue/error/question

I don’t succeed to insert an image into Airtable

What is the error message (if any)?

ERROR: ERROR: Base parameter’s value is invalid. This is likely because the URL entered is incorrect

Please share the workflow


Example of URL: https://media.licdn.com/dms/image/C560BAQGxrWfuAjs_jg/company-logo_200_200/0/1642493841304?e=1681948800&v=beta&t=0D4u1oP_mAZx7T1Z1NIPbOVIaBS00fcKmERNR_NIA0Y


## Information on your n8n setup
- **Running n8n via cloud

Hi @Alexandre_ls, welcome to the community!

I am sorry to hear you’re having trouble. Airtable’s API doesn’t support file uploads I am afraid. So you would need to send a JSON object matching Airtable’s attachment format and including a public file URL in the respective field.

Assuming your attachment field is called “Image”, something like this should work (I’ve tried to mock your data structure based on your existing workflow, you might still need some fine-tuning though):

This will upload two files to your Airtable (assuming you are using the stable n8n version on n8n cloud):

Hope this helps!

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.