Hello, how can I take all columns from table except defenite columns? For example, I want to take all columns except _ meta, ___class, created, etc. but I don’t know the titles other columns.
Regards,
Alexander
Hi Alexander
This type of data retrieval is not supported
However, you may retrieve the list of columns, and request for a data, passing the list of wanted columns into props query parameter
Thank You.
I solved it with additional table with information about other tables and column “ColumnNames”. I get it, compile to ListProperties and then I get all tables.
Regards,
Alexander