api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

Add new fields to a sheet

Open pkpp1233 opened this issue 7 years ago • 0 comments

It'd be great to add new fields to a sheet using the API. This would, ideally, be done in one of two ways:

  1. Write mode for metadata API. Specifically, an endpoint to update the fields in a sheet.
  2. When creating a record, send a parameter (eg create_fields=true), that if the new record has fields not in the sheet, those fields will be created.

This enables templates or importing data without having to manually set up the sheet structure. Eg - imagine an integration that lets someone import their CRM into a sheet. Currently, they'd need to manually create each column, then do the import.

pkpp1233 avatar Sep 26 '17 15:09 pkpp1233