Manipulate views with API

Hello everyone,

We successfully use the GRIST API to duplicate a template grist document, and upload data to tables.

Some of the data that we upload to the template could need to display extra columns that does not exist in the template’s views.

Is there a (hidden?) way to use the API to manipulate views to do it ?

Thank you for your help,

Xavier

Hello everybody,

We found another approach as a workaround : adding unused column in each tables of the template that are renamed if extra columns are in the dataset we import, or deleted if not used.

Cheers