# Integromat/Make Status Code 500

**URL:** https://community.glideapps.com/t/integromat-make-status-code-500/60579
**Category:** Ask for Help
**Created:** [April 15, 2023, 10:07pm UTC](https://community.glideapps.com/t/integromat-make-status-code-500/60579 "2023-04-15T22:07:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mmgt2005](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mmgt2005/32/965_2.png) [@mmgt2005](https://community.glideapps.com/u/mmgt2005)
#### Post date: [April 15, 2023, 10:07pm UTC](https://community.glideapps.com/t/integromat-make-status-code-500/60579/1 "2023-04-15T22:07:39Z")

</div>

Has anyone experienced a Status Code of 500 (Internal Server Error) in Integromat/Make when adding a row using Glide API. I have created a JSON that has 3825 line items and am trying to post that JSON to a Glide table. The scenario was successful in Make but the row did not post to Glide. Please help if possible.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/c/7cc43244f96f33dc52df0f7213784be54e84d2ea.png)

---

<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: [April 16, 2023, 12:06am UTC](https://community.glideapps.com/t/integromat-make-status-code-500/60579/2 "2023-04-16T00:06:58Z")

</div>

3825 is a lot. I would suggest breaking that to chunks of 100.

---

<div class="post-metadata">

### Author: ![mmgt2005](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mmgt2005/32/965_2.png) [@mmgt2005](https://community.glideapps.com/u/mmgt2005)
#### Post date: [April 16, 2023, 1:30am UTC](https://community.glideapps.com/t/integromat-make-status-code-500/60579/3 "2023-04-16T01:30:26Z")

</div>

Thanks that worked. I was able to group by one of the json items in order to create multiple bundles.

---

<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: [April 16, 2023, 2:25am UTC](https://community.glideapps.com/t/integromat-make-status-code-500/60579/4 "2023-04-16T02:25:33Z")

</div>

Yeah, 100 is the recommended maximum batch size.

Even so, if you were getting a 500 response, I imagine @Mark might want to know about that.
