Add one or more records to a Grist table. First use GRIST_LIST_WORKSPACES to get docId, GRIST_LIST_TABLES to get tableId, and GRIST_LIST_COLUMNS to get column IDs for the fields mapping.
docIdRequiredstringThe unique document identifier. Obtain from GRIST_LIST_WORKSPACES or document URL.
noparsebooleanIf true, values are stored as-is without type conversion (e.g., '30' stays as string, not converted to number).
recordsRequiredarrayList of records to add. Each record contains a 'fields' object mapping column IDs to values. Use GRIST_LIST_COLUMNS to get valid column IDs.
tableIdRequiredstringThe table identifier (column ID from GRIST_LIST_TABLES, e.g., 'Table1', 'People').
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.