I have a critical problem, and I want to know if anyone has had the same problem.
I update data in my tables via the Glide API, and specifically from make.com which has “ready to go” glide modules.
The problem is that sometimes the data is not updated in Glide even when the API request from make.com shows clearly that the rowID was updated.
Has anyone else run into this problem.
This is crucial to my app, since I will be writing data to glide all the time.
I’ve heard reports of this sort of thing in the past, although I’ve never actually experienced it myself. My suggestion would be to reach out directly to Glide Support via the chat in the Builder (bottom right).
Ever since the Glide API was released I have continually struggled with clearing data via Make.com.
I tried multiple variables from the Make.com interface such as ‘erase’ ‘null’ ‘emptystring’ all with varying results. If I look at my datase I can see that it fails roughly 10-20% of the time. It’s really not great because I have to build separate workflows in every part of the app that requires this to be able to manually update the field so it can be cleared.
Is there any definitive guidance on how to clear data with the make.com module?
Is there any pattern to the column types? For example, do the ones that clear tend to be plain text, while the ones that don’t might be number or date columns?
I think I’ve had this discussion in the past, and I was advised to match the column type with what the variables in Make.com are intended for. It wasn’t fruitful and I’ve tried every variable Make has to offer.