Integromat/Make Status Code 500

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.

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

1 Like

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

1 Like

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.

1 Like