# Airtable: How to add an image without overwrite the current one in a record

**URL:** https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469
**Category:** Questions about Thunkable X
**Tags:** beginner, airtable
**Created:** [February 12, 2023, 4:22pm UTC](https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469 "2023-02-12T16:22:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![madnessxr419myl](https://avatars.discourse-cdn.com/v4/letter/m/ee59a6/32.png) [@madnessxr419myl](https://community.thunkable.com/u/madnessxr419myl)
#### Post date: [February 12, 2023, 4:22pm UTC](https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469/1 "2023-02-12T16:22:43Z")

</div>

Can anyone help telling me how to add an image without overwrite the current one in a record?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/f/afe337957f8fa691993647aeb247a3b1536f6128.png)

Currently I would like to take pictures by camera and save images in a record, want the images to be accumulated and not overwritten. Haver already tried some methods (e.g. make the links as lists / arrays) but still not possible to do so.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 12, 2023, 5:04pm UTC](https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469/2 "2023-02-12T17:04:23Z")

</div>

You cannot store images in Airtable and use them in Thunkable. This is because of a change Airtable made to their attachment permissions.

But if you are only storing urls (as text) in Thunkable, then it will work. To store multiple urls in a single Airtable cell, use the [make text from list](https://docs.thunkable.com/lists#make-list-from-text) block that creates a string with delimiters.

---

<div class="post-metadata">

### Author: ![madnessxr419myl](https://avatars.discourse-cdn.com/v4/letter/m/ee59a6/32.png) [@madnessxr419myl](https://community.thunkable.com/u/madnessxr419myl)
#### Post date: [February 14, 2023, 10:02am UTC](https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469/3 "2023-02-14T10:02:15Z")

</div>

I have tried your method using the URL, but I cannot add with more images in the Airtable cell.  
The “get value” function only returns one URL. Maximum I can only have two images added in the cell, since only the first image URL is retrieved. Any method to retrieve all images’ URL in one cell?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/d/1d90043c9689194ddeebe06a42fad445b79fc7af.png)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [May 15, 2023, 10:02am UTC](https://community.thunkable.com/t/airtable-how-to-add-an-image-without-overwrite-the-current-one-in-a-record/2273469/4 "2023-05-15T10:02:16Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
