Storing to and getting images from AirTable Sheet

Hello,
Can anyone suggest me on how to store Images in Airtable?
If you can provide some relevant blocks, It would be great!
Means, I want the user to press the Screenshot btn, and an auto screenshot happens, whose image is stored in AirTable Table…
So I have a problem with Screenshot as well…
Can there be an alternative to Screenshot?

Kartik :):grinning:

11 Likes

Hello,

Look this

and this

https://docs.thunkable.com/media-db

4 Likes

I applied this on getting. This is great for me.
What for storing in airtable only? but, if I store in Cloudinary, How can I transfer to my sheet??

9 Likes

In AirTable, you store a link to an image that is stored in the cloud. This link will be available after you save the image to the storage and you can immediately write it to AirTable.

3 Likes

I think I will need to do this manually. There will be ~850 member’s receipt images.
How can I code my app for this? This seems a good Idea!

10 Likes

An experienced user does not do such tasks manually. Think about how this can be automated.

1 Like

Hmmm
I need to code about to get the url of the image and add it to the respective user’s row…

10 Likes

Can you just suggest how can I get the url?

9 Likes

I am sorry…
I just posted without looking at the media component…
I got my solution!
Thanks!!! :slight_smile: :slight_smile:

10 Likes

is it possible to get an image stored as attachment in airtable using the row and column number instead of url?