Mateusz Zalewski
Mateusz Zalewski
Hello This is the record I am trying to save: `const record: RecordToCreate = { recordType: "TestType", fields: { "testList": { type: "LIST", value: listArray } }; ` listArray is:...
I tested your hunch but it doesn't seem to make a difference. Let's see if you can reproduce the issue tomorrow.
Any new info? Still wondering whether its something on my end.
Hello, there is the schema for the context: ``` RECORD TYPE TestType ( "___createTime" TIMESTAMP, "___createdBy" REFERENCE, "___etag" STRING, "___modTime" TIMESTAMP, "___modifiedBy" REFERENCE, "___recordID" REFERENCE QUERYABLE, testList LIST QUERYABLE, GRANT...
Also, if that helps: ``` CloudKitJS CloudKit Database#saveRecords [ { recordType: 'TestType', fields: { testList: [Object] } } ] {} CloudKitJS RecordsBatchBuilder#createOrUpdate [ { recordType: 'TestType', fields: { testList: [Object]...
I've checked everything and it all seems fine. Any progress on your side?
Hello, any progress?