How to send images from Bubble app to Airtable base

I have created a Bubble and Airtable Integration and I am trying to send an image from Bubble’s app to Airtable’s base

The field of Airtable’s base which receives and renders the image is of type Attachment
Bubble’s image is uploaded via PictureUploader

I have set up a POST request where image field is a url and have set it to dynamic where the value intaken is the PictureUploader’s value, when I make the POST request, the image is not being rendered on Airtable base (All other info is being sent properly so there is no issue with API call setup)

Can someone help?

Are you trying to send the actual file or just the URL?

If it’s just the URL, I had a similar issue and managed to solve it by adding "https:" in front of the dynamic expression for the PictureUploader’s value. You could give that a try, it might be a simple fix.

This topic was automatically closed after 70 days. New replies are no longer allowed.