TwentyT
Twenty7mo ago
37 replies
BigKahuna

Notes are Throwing Errors: Cannot read properties of null (reading 'map')

I have been creating notes and their targets (companyId & opportunityId) via the REST API. Successfully too, as I have been getting this back:

[
{
"data": {
"createNote": {
"updatedAt": "2025-07-03T07:10:04.278Z",
"deletedAt": null,
"position": 0,
"title": "",
"body": null,
"bodyV2": {
"blocknote": "null",
"markdown": "abcdefg" ....

But when I go to the notes section, it doesn't show me anything and I get this error message: Cannot read properties of null (reading 'map').

Disclosure: I'm a somewhat tech-savvy business user, so I don't know what to do here :-). Any advice?
Was this page helpful?