# Is it possible to use Thunkable As interface to attach any file from my IPhone into Airtable?

**URL:** https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700
**Category:** Questions about Thunkable X
**Created:** [March 3, 2021, 8:52pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700 "2021-03-03T20:52:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ealalin13s68](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@ealalin13s68](https://community.thunkable.com/u/ealalin13s68)
#### Post date: [March 3, 2021, 8:52pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/1 "2021-03-03T20:52:00Z")

</div>

In my Airtable I have a field attachement:

 ![InkedIMG_0391_LI](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/5/654224ef8e74e3a085f11ec872c2112da6f23ab4.jpeg)

Is it possible via Thunkable to select any document from my IPH and attache them to the field attachement from airtable , opening airtable via Thunkable . The airtable must not be directly accessible.

Is it possible that thunkable emulate this 🙂  
 ![IMG_0392](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/5/4513dae9c86e8bb53e46ff4ca2518f94ce2849d4.png)

---

<div class="post-metadata">

### Author: ![ealalin13s68](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@ealalin13s68](https://community.thunkable.com/u/ealalin13s68)
#### Post date: [March 3, 2021, 8:55pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/2 "2021-03-03T20:55:33Z")

</div>

For attachement file I will use excel files and word doc

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [March 3, 2021, 9:50pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/3 "2021-03-03T21:50:41Z")

</div>

Airtable only supports files from fully qualified URLs so you might need to try to upload your file to a temporary file server first and obtain the URL of the uploaded file then use it for Airtable.

I have not tried it myself but one thing I know is Airtable will not use local file path.

---

<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: [March 3, 2021, 10:06pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/4 "2021-03-03T22:06:30Z")

</div>

I think @muneer is right. From their community forums:

> **[Pro-grammatically upload/create attachments](https://community.airtable.com/t/pro-grammatically-upload-create-attachments/32106/2)**
>
> Welcome to the Airtable community! In order to upload an attachment with the API, the attachment must first exist at a publicly accessible url. So, you must first upload your attachment to some other web service, get the url for it, then use that...

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [March 3, 2021, 10:23pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/5 "2021-03-03T22:23:20Z")

</div>

Which means that Thunkable has a neat solution for image files as you will pick the file and upload to cloudinary and obtain the URL from cloudinary to supply it to Airtable.

For other types, a separate solution need to be developed.

---

<div class="post-metadata">

### Author: ![ealalin13s68](https://avatars.discourse-cdn.com/v4/letter/e/e5b9ba/32.png) [@ealalin13s68](https://community.thunkable.com/u/ealalin13s68)
#### Post date: [March 3, 2021, 10:30pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/6 "2021-03-03T22:30:22Z")

</div>

thx for the info , I will search in this area. huummm but in my airtable I have put directly from my pc excel and word document even a video with mp4 !!! manually not via thunkable .the ttachement field are not URL ![Screenshot 2021-03-03 232442](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/0/00590dd23343f3189b92b57ed458d4e4b7f913a7.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [March 4, 2021, 2:48am UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/7 "2021-03-04T02:48:25Z")

</div>

Yes, you can use the dashboard/console of Airtable to upload files to your table but this cannot be done through other applications.

It is also worth to note that when you try to retrieve this field you will receive a JSON structure and not the uploaded file directly.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:29pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-thunkable-as-interface-to-attach-any-file-from-my-iphone-into-airtable/1140700/8 "2024-11-08T13:29:04Z")

</div>


