# Import multiple columns from airtable

**URL:** https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068
**Category:** Questions about Thunkable X
**Tags:** airtable
**Created:** [April 21, 2021, 4:28pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068 "2021-04-21T16:28:26Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nathanaraujosilva1u](https://avatars.discourse-cdn.com/v4/letter/n/e19b73/32.png) [@nathanaraujosilva1u](https://community.thunkable.com/u/nathanaraujosilva1u)
#### Post date: [April 21, 2021, 4:28pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/1 "2021-04-21T16:28:26Z")

</div>

I need to import airtable data in table format into a list viewr

but I can only input the data as shown below

 ![01](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/a/aad5b4affbd3a04db1c609c99295b9958063be3a.jpeg)

and it has to be in order of the columns according to the airtable  
 ![02](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/d/bd23d1f03f51d8ae7dce1b9eb8af1a838b27e96a.jpeg)

it’s possible?

this is my code:

 ![cod](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/e/7ea86e47c86a5d764baefe68c1608e91da8b603f.jpeg)

---

<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: [April 21, 2021, 4:42pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/2 "2021-04-21T16:42:26Z")

</div>

I think you are creating a problem when you assign the green “column” block to the variable _list1_. The column block is an object but you’re treating it as text by joining it with other text.

What do you want the list viewer display to look like?

---

<div class="post-metadata">

### Author: ![nathanaraujosilva1u](https://avatars.discourse-cdn.com/v4/letter/n/e19b73/32.png) [@nathanaraujosilva1u](https://community.thunkable.com/u/nathanaraujosilva1u)
#### Post date: [April 21, 2021, 6:42pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/3 "2021-04-21T18:42:54Z")

</div>

I need it to appear as if it were a table

---

<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: [April 21, 2021, 7:28pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/4 "2021-04-21T19:28:04Z")

</div>

You won’t be able to do that with the List Viewer component. There are no vertical lines and the formatting is going to be really tricky with multiple column values represented in a single list item.

I don’t even think you can do that with a custom data viewer. I think your best option for a table display is to use the older “legacy” interface in Thunkable and the Create/Clone blocks in the Any Component drawer. It’s **complicated** to use them but it can be done and there are examples of that on the forums.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [April 22, 2021, 7:06am UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/5 "2021-04-22T07:06:42Z")

</div>

This is a great suggestion! I’ll only mention that it could be possible to add the vertical lines in a [custom data viewer](https://docs.thunkable.com/custom-data-viewer-layout) if you add a [border](https://docs.thunkable.com/label#style-the-label) to the Labels you use to create the template for the custom data viewer. If you set the Labels to be the same width, whether in pixels or as a percentage of the screen width, you should be able to make a table layout!

---

<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:25pm UTC](https://community.thunkable.com/t/import-multiple-columns-from-airtable/1237068/6 "2024-11-08T13:25:03Z")

</div>


