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?
