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!
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 - . You would need to replace the image4 picture
block with .
I hope this helps you
Good Luck!
Thanks!
5 Likes
Thank you very much I ll try it. And let you know how it goes. You re the best…
3 Likes
Thanks!
Do keep posting the updates here
3 Likes