Update metadata properties for a table in a Grist document. Currently the main updatable property is 'onDemand' which controls lazy loading of table data. Use List Tables to find valid table IDs first.
docIdRequiredstringThe unique document identifier. Can be found in the document URL or via the List Workspaces action.
fieldsRequiredobjectMetadata fields to update. The main supported property is 'onDemand' (boolean) which controls whether the table data is loaded on-demand. Must contain at least one property to update.
tableIdRequiredstringThe table identifier (normalized name). Use the List Tables action to find valid table IDs for a document.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.