# Write API

**URL:** https://community.glideapps.com/t/write-api/61261
**Category:** Ask for Help
**Created:** [May 2, 2023, 2:03pm UTC](https://community.glideapps.com/t/write-api/61261 "2023-05-02T14:03:34Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [May 2, 2023, 2:03pm UTC](https://community.glideapps.com/t/write-api/61261/1 "2023-05-02T14:03:34Z")

</div>

I am trying to use the write API directly to the glidetables, but for some reason it is not writing to some of the fields. Out of about 30 fields it seems to miss about 5 of them.

Has anyone come across this issue ?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/d/dd1575e3b226ae4b9f1341dd7b1c4a3da9e87976.png)  
I am not able to write to Access Level, it leaves it blank

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 2, 2023, 2:27pm UTC](https://community.glideapps.com/t/write-api/61261/2 "2023-05-02T14:27:35Z")

</div>

The obvious thing to check is that you have matched the column names up correctly.  
Note that the column name that the API expects is not necessarily the same as the name you’ve assigned in the Data Editor.

---

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [May 2, 2023, 2:29pm UTC](https://community.glideapps.com/t/write-api/61261/3 "2023-05-02T14:29:25Z")

</div>

Hi Darren,

I am using the names as per Data Editor/Google Sheets, how can I check the names that the glide may be using ?

Do we have to use a read API call first ?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 2, 2023, 2:32pm UTC](https://community.glideapps.com/t/write-api/61261/4 "2023-05-02T14:32:14Z")

</div>

- Go to the Glide Data Editor
- Locate the table that you want to write to with the API, and right click on the table name
- Select “Show API…”
- You should see something like the following:

 ![CleanShot 2023-05-02 at 22.30.32@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/4/74b19524a990766c935a95aeb8083d5905943f74.png)

---

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [May 2, 2023, 2:38pm UTC](https://community.glideapps.com/t/write-api/61261/5 "2023-05-02T14:38:36Z")

</div>

Ahh yes… Once again Thanks Darren.

It seems like the API seems to retain the column name as it was when you initially create the column, if you change the name it doesn’t change for how the API references it.

Working now.

Thanks

---

<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: [May 2, 2023, 11:36pm UTC](https://community.glideapps.com/t/write-api/61261/6 "2023-05-02T23:36:41Z")

</div>

> [@Dan\_San](#):
>
> It seems like the API seems to retain the column name as it was when you initially create the column, if you change the name it doesn’t change for how the API references it.

Yes, it’s the way they do it so you don’t get screwed when you change column names in the data editor (and have to do a bunch of changes in API calls.

---

<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: [May 3, 2023, 11:37pm UTC](https://community.glideapps.com/t/write-api/61261/7 "2023-05-03T23:37:20Z")

</div>

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