# API data copied seems wonky

**URL:** https://community.glideapps.com/t/api-data-copied-seems-wonky/45901
**Category:** Ask for Help
**Created:** [August 4, 2022, 1:09am UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901 "2022-08-04T01:09:14Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![apaschea](https://avatars.discourse-cdn.com/v4/letter/a/ecc23a/32.png) [@apaschea](https://community.glideapps.com/u/apaschea)
#### Post date: [August 4, 2022, 1:09am UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/1 "2022-08-04T01:09:14Z")

</div>

when I right click on the table then copy the “new row” api information to put into Make, the information I get is a bit strange and inconsistent.

I bolded some of the issues. From top to bottom:

The first column isn’t “name”. It is suppose to be “Address”: “Address/Address”

How come it puts the folder part (Time/ as an example) in the unit for some but not for others?

Somehow there is a typo here in one of the outstanding. how does that even make sense?

is it using old data in some parts?

 ![Screen Shot 2022-08-03 at 8.56.56 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/a/ca07e59f23317ba7dfe7cd278a4481f41da26f7b.jpeg)

---

<div class="post-metadata">

### Author: ![apaschea](https://avatars.discourse-cdn.com/v4/letter/a/ecc23a/32.png) [@apaschea](https://community.glideapps.com/u/apaschea)
#### Post date: [August 4, 2022, 1:37am UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/2 "2022-08-04T01:37:11Z")

</div>

also “Sign Width”: “Sign/Sign Width Non Inventory”,  
should be  
“Sign Width Non Inventory”: “Sign/Sign Width Non Inventory”,

I did just change the name yesterday, so it must be that something isn’t picking up the changes

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 4, 2022, 11:51am UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/3 "2022-08-04T11:51:38Z")

</div>

> [@apaschea](#):
>
> The first column isn’t “name”. It is suppose to be “Address”: “Address/Address”

That is the first column you get when the table is created. However you rename it, it will stay with the initial name I believe, to not break your API calls later on when you change them (I think it works like that for every column).

> [@apaschea](#):
>
> How come it puts the folder part (Time/ as an example) in the unit for some but not for others?

Let’s say for “General/Remoevd Date” and “Time/Removed Date”:

“General/Remoevd Date” is likely the original name you gave to that column. That won’t be changed however you changed the column name, for the reason I gave above.

“Time/Removed Date” is likely the name you have for that column now. Glide gives you this to know which column you are referring to.

> [@apaschea](#):
>
> Somehow there is a typo here in one of the outstanding. how does that even make sense?

You likely made that typo when you first created the column.

---

<div class="post-metadata">

### Author: ![apaschea](https://avatars.discourse-cdn.com/v4/letter/a/ecc23a/32.png) [@apaschea](https://community.glideapps.com/u/apaschea)
#### Post date: [August 4, 2022, 12:15pm UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/4 "2022-08-04T12:15:37Z")

</div>

Yeah I guess thinking of it now that makes a lot of sense so that things don’t break. But then it is a nightmare to actually edit after the fact. Is there anyway to reset it so that the new names pop up?

Or else down the road I will have no idea what is what when it comes time to do edits.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 4, 2022, 12:17pm UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/5 "2022-08-04T12:17:21Z")

</div>

> [@apaschea](#):
>
> But then it is a nightmare to actually edit after the fact. Is there anyway to reset it so that the new names pop up?

If my logic above was right then I think no.

> [@apaschea](#):
>
> Or else down the road I will have no idea what is what when it comes time to do edits.

You can still refer to the “value” part of each key-value combination to know what the column is.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [August 5, 2022, 12:18pm UTC](https://community.glideapps.com/t/api-data-copied-seems-wonky/45901/6 "2022-08-05T12:18:12Z")

</div>

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