create_record
ChatGPTCreates one record in the API-key scoped tracker. Call get_sync_context first and use only the exact field names it returns. Map field types as follows: text → string, number → number, boolean → true/false, date → ISO 8601 date string (YYYY-MM-DD), time → 24-hour time string (HH:MM), choice → one of the allowed strings listed in the field's choices array. Omit optional fields rather than passing null.






