Hi,
I was able to use the Tables API to GET tables, rows, columns and to POST new rows, I was also able to POST a new table, but I was not able to create a new column.
Here is a working Python function to create a table as an example:
When I tried it first with just the fields marked “mandatory” (i.e., without subtype), I tried to open the table, but it seemed to work forever but didn’t display anything. Fortunately, I tried this with a test table, because I had to delete it.
But with subtype, it works. I suggest that subtype should be marked “mandatory”, at least for text fields.
When I tried it first with just the fields marked “mandatory” (i.e., without subtype), I tried to open the table, but it seemed to work forever but didn’t display anything. Fortunately, I tried this with a test table, because I had to delete it.
But with subtype, it works. I suggest that subtype should be marked “mandatory”, at least for text fields, and also, if an example for curl would be provided, it would be very helpful.