# Problem with Glide API

**URL:** https://community.glideapps.com/t/problem-with-glide-api/58913
**Category:** Ask for Help
**Created:** [March 8, 2023, 2:13pm UTC](https://community.glideapps.com/t/problem-with-glide-api/58913 "2023-03-08T14:13:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [March 8, 2023, 2:13pm UTC](https://community.glideapps.com/t/problem-with-glide-api/58913/1 "2023-03-08T14:13:00Z")

</div>

Hi everyone,

I’m writing to you because i’ve a probleme with my Glide’s api.  
In fact, I want to use my Api in Make (Integromat) to a set a column value. The objective is to set an url in my column. I’ve followed the Robert Petitto’s video to set my Api but when i run my make’s scenario the value is not setting. Maybe i didn’t set correctly the api. Here my setting :

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/1/11b5038a26ef7d5f744bd27a06316a027dc0d4d8.png)

If someone tell me what i’m doing wrong. Thanks

---

<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: [March 8, 2023, 2:18pm UTC](https://community.glideapps.com/t/problem-with-glide-api/58913/2 "2023-03-08T14:18:15Z")

</div>

![CleanShot 2023-03-08 at 22.15.06@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/f/ef22d5d61cc31897d0c6e7266c06333dd59ee83b.jpeg)

---

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [March 8, 2023, 2:24pm UTC](https://community.glideapps.com/t/problem-with-glide-api/58913/3 "2023-03-08T14:24:22Z")

</div>

Thanks for your answer, I think the valu is in black because it’s from the glide weebhook. But I don’t know why the column is named “d5S5Q”. The original name in my glide’s database is “Link”. Maybe the probleme is from here ?

---

<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: [March 8, 2023, 2:28pm UTC](https://community.glideapps.com/t/problem-with-glide-api/58913/4 "2023-03-08T14:28:02Z")

</div>

Black usually indicates a problem.

Have you checked the response from the Glide API?  
If it failed, that will include an error message that indicates why it failed.

Regarding the column name, the API column names don’t always match the column names in your table. As long as you are using the _exact_ column name as shown in the API curl command, that’s all you need to worry about.
