Cannot update a database item on Notion since 11/09

Describe the problem/error/question

Using n8n cloud : I’m trying to update a database page.
If I try to update a page created before 11/09/2024, then I’m able to select a field to update (and to update the field).
If I try to update a page created after 11/09/2024, then I’m unable to select a field to update.
I tried to use page ID or URL and nothing works.

What is the error message (if any)?

When I try to select a property, to update a page created after 11/09 then
I’ve got the error "There was a problem loading the parameter options from server: “The resource you are requesting could not be found”.

Please share your workflow

{
  "meta": {
    "instanceId": "4c53b58579b00a2d1f43796ed5307588d41c231da1558c9f02c871d947e99cf2"
  },
  "nodes": [
    {
      "parameters": {
        "resource": "databasePage",
        "operation": "update",
        "pageId": {
          "__rl": true,
          "value": "1036bbe9c33481dd9d5be667cc43fad5",
          "mode": "id"
        },
        "propertiesUi": {
          "propertyValues": [
            {}
          ]
        },
        "options": {}
      },
      "id": "a3e0b91e-3475-4205-bd22-2469d9aefebc",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 2.2,
      "position": [
        1040,
        320
      ],
      "credentials": {
        "notionApi": {
          "id": "9HCn5EnCQTCx7PRK",
          "name": "New token"
        }
      }
    },
    {
      "parameters": {},
      "id": "34961971-c80d-4399-9772-e8616a214453",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        820,
        320
      ]
    }
  ],
  "connections": {
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {}
}
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup
# Debug info

## core

- n8nVersion: 1.58.2
- platform: npm
- nodeJsVersion: 20.15.0
- database: sqlite
- executionMode: regular
- concurrency: 999
- license: community
- consumerId: 00000000-0000-0000-0000-000000000000

## storage

- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem

## pruning

- enabled: true
- maxAge: 168 hours
- maxCount: 2500 executions

Generated at: 2024-09-19T11:01:16.459Z

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Screenshot of the error :

Hi @wawax,

It looks like you’re using v1.58.2 of n8n and this issue might be related to this one here: Valid Notion page IDs are rejected · Issue #10831 · n8n-io/n8n · GitHub. Could you try upgrading to the latest to see if that fixes this issue?

1 Like

HI Aya,

I’ve just setup an n8n 1.59.4 instance on my computer.
it’s working with this new version.
thank you ! :smiley:

1 Like

Same here with version 1.66.0

Not able to retrieve properties from a database in update notion database block

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.