bulkCreateRecords(entityKey, records, signal?)
Creates up to 100 records in one request.Unlike single-record operations, partial bulk failures do not throw — always check
result.error after every bulk call.HaspSDKError before any records are written.
bulkUpdateRecords(entityKey, updates, signal?)
Updates up to 100 records in one request. Each item must includeid and data. PATCH semantics — only submitted fields change; send null to clear a field.
bulkDeleteRecords(entityKey, ids, signal?)
Deletes up to 100 records in one request.Limits
For datasets larger than 100, loop in batches: