Listing column names and data types

Hi there,

If you want to get the table schema including VC, what method do you use?

I have copied the header rows from View Data and then formatted them with spreadsheet functions.
Itโ€™s easy, but I can only get the Datatype and would like to know if there is a better way.

3X_4_7_47ada380fe5197c2f9ed91ce3e486a7e02a98efe.gif

The spreadsheet function I am using is as follows.

Get Odd Rows

=FILTER(A1:A,ISODD(SEQUENCE(ROWS(A1:A))))

Get Even Numbered Rows

=FILTER(A1:A,NOT(ISODD(SEQUENCE(ROWS(A1:A)))))

Was there a metadata API or something?
I thought about scraping AppDocument, but it seemed like a lot of work, so I decided not toโ€ฆ AppSheet is no-code.

PS

@GreenFlux has some great tips๐Ÿค—

4 1 372
1 REPLY 1

Steve
Platinum 4
Platinum 4

Via AppSheet Toolbox:

See also:

Top Labels in this Space