Uploading picture to Airtable. Help me pls?

Hi Guys, I m newbie still learning and cant find the solution. Here is my question.
I m taking picture with my phone and trying to upload Airtable Attachment colomun but its not working. Does anyone can help me to solve the problem pls?

1 Like

Hi, @333hiramm! :wave:

Currently, Airtable component of Thunkable X does not support adding a file/image to “Attachment” Column.

What you can do, is set up a Cloudinary account (learn more here), and from your app, upload the captured image to Cloudinary.

Next, you would require to store the image’s URL somewhere (to access the image), right?
The MediaDB’s upload block has a returning value of mediaURL. You would store that in your Airtable’s column, which is in your case - image . You would need to replace the image4 picture block with image .

I hope this helps you :smile:
Good Luck! :tada:

Thanks! :blush:

5 Likes

Thank you very much I ll try it. And let you know how it goes. You re the best…

3 Likes

Thanks! :blush:

Do keep posting the updates here :blush:

3 Likes

Hi, @333hiramm! :wave:

Just to follow up, any updates?

Thanks! :blush: