List of Column names in a Table with type

A year ago I asked this question when I had to convert google sheets to Glide tables. Now I need to convert Glide Tables to Glide Big Tables - does this capability exist? Or is there a way to pull the column names/types from Glide via API or some other nuanced way (AI Compute Column :slight_smile: )

TIA

  1. GET https://functions.prod.internal.glideapps.com/api/apps/APP_ID/tables gets you all tables for an app
  2. GET https://functions.prod.internal.glideapps.com/api/apps/APP_ID/tables/TABLE_ID/schema gets all columns for a table

@Darren_Alderman I think you asked for this a month ago.

Yes! Thanks… Cool project in the works with this. :+1:

1 Like