# How to change column names in DVL using blocks

**URL:** https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416
**Category:** Questions about Thunkable X
**Tags:** beginner, airtable
**Created:** [December 6, 2022, 1:13pm UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416 "2022-12-06T13:13:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![aigul.djono0q](https://avatars.discourse-cdn.com/v4/letter/a/d07c76/32.png) [@aigul.djono0q](https://community.thunkable.com/u/aigul.djono0q)
#### Post date: [December 6, 2022, 1:13pm UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416/1 "2022-12-06T13:13:30Z")

</div>

Hello, I’m working on my first app in Thunkable. So I have a multilingual app about animals. Images and Descriptions are stored in Airtable (or maybe I’ll change it to Google sheets). I’ve saved data for all 3 different languages in one table (img3), so I need to change the column name according to the selected language.  
I will try to explain better by showing imgs below:

1. This is the Design part where I can choose only one column (…EN/RU/KG)  

2. This is the way how I see logic should work but it doesn’t  

3. This is how the data table looks in AirDB  

Any tips appreciated.

---

<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: [December 6, 2022, 2:55pm UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416/2 "2022-12-06T14:55:54Z")

</div>

If you get the Row Object from the data source instead of Get Value, you can then get individual properties/columns from that object.

Or you could use the Airtable API _filterByFormula_ method which is very powerful.

---

<div class="post-metadata">

### Author: ![aigul.djono0q](https://avatars.discourse-cdn.com/v4/letter/a/d07c76/32.png) [@aigul.djono0q](https://community.thunkable.com/u/aigul.djono0q)
#### Post date: [December 6, 2022, 3:23pm UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416/3 "2022-12-06T15:23:37Z")

</div>

Thank you! I will try it and let you know how it worked.

---

<div class="post-metadata">

### Author: ![aigul.djono0q](https://avatars.discourse-cdn.com/v4/letter/a/d07c76/32.png) [@aigul.djono0q](https://community.thunkable.com/u/aigul.djono0q)
#### Post date: [December 7, 2022, 10:32am UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416/4 "2022-12-07T10:32:38Z")

</div>

I couldn’t figure out how to use Row Object in my case so found other, it’s working but soo slow.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/4/84bb572150c0a6845440fa3805b4d89712de6492.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: [March 7, 2023, 10:32am UTC](https://community.thunkable.com/t/how-to-change-column-names-in-dvl-using-blocks/2167416/5 "2023-03-07T10:32:55Z")

</div>

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