Glide API “Edit Row” not updating all fields

Hi everyone,

I’m running into an issue with the Glide API when using the native “Edit Row” module in Make.com.

Sometimes, even though the call is successful, not all the fields in the row get updated in my Glide table. A few fields remain unchanged.

I’ve seen several posts in this community mentioning the same problem, but I haven’t found a real solution so far.

My question is:
should I accept that Glide’s APIs aren’t reliable for this type of use case and move away from Glide, or is there some kind of workaround / best practice that I might be missing?

Any advice or insights would be greatly appreciated :folded_hands:

Personally, I have never seen this, and I’m quite skeptical that there is any sort of bug. I think the more likely scenario is these “failures” happen when there is no data actually sent.

Can you please find an example of where there appears to be columns not updated, then go to the Make scenario, click on the Glide Edit row module, and download the input bundles.

This should show you a JSON string with a series of key/value pairs. Look for the column that wasn’t updated to see if there was actually a value sent for that column.