N8n encountered an error when trying to update the Notion database

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi, a few things I would try:

  1. Ensure/double-check the Connection/Bot has access to the database page of interest (via the “Connections” menu on the 3 dots at the top right corner in Notion)
  2. In the input URL in n8n, remove everything after the “?” (question mark)
  3. In n8n, Refresh the properties section
  4. Try inputting the database page by ID instead of by URL. The ID is what you see between the first / and the ? in the URL (1d43…577)

Hi, I’m having the same problem. Has anyone been able to solve it?