Update existing records in a Grist table by their row IDs. Use this tool to modify field values for one or more records in a specified document and table. First use GRIST_LIST_RECORDS to obtain the record IDs you want to update. Supports batch updates - you can update multiple r…
docIdRequiredstringThe unique document identifier. Obtain this from GRIST_LIST_WORKSPACES (in the docs array) or from the document URL.
noparsebooleanWhen true, string values are stored literally without auto-conversion to column types (e.g., dates, numbers). Useful when you want exact string storage.
recordsRequiredarrayArray of records to update. Each record must include 'id' (the row ID from GRIST_LIST_RECORDS) and 'fields' (column-value pairs to update). IMPORTANT: When updating multiple records in one call, all records MUST specify the exact same set of field names (Grist API requirement).
tableIdRequiredstringThe table name (e.g., 'People', 'Table1') or numeric table reference. Obtain from GRIST_LIST_TABLES.
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.