I am trying to use the write API directly to the glidetables, but for some reason it is not writing to some of the fields. Out of about 30 fields it seems to miss about 5 of them.
The obvious thing to check is that you have matched the column names up correctly.
Note that the column name that the API expects is not necessarily the same as the name you’ve assigned in the Data Editor.
It seems like the API seems to retain the column name as it was when you initially create the column, if you change the name it doesn’t change for how the API references it.
Yes, it’s the way they do it so you don’t get screwed when you change column names in the data editor (and have to do a bunch of changes in API calls.