Using the Notion “Create Page” node and inputting parent page using ID, gives this error:
{
"errorMessage": "ERROR: Parent Page parameter's value is invalid. This is likely because the URL entered is incorrect",
"errorDetails": {},
"n8nDetails": {
"nodeName": "Create Company Research",
"nodeType": "n8n-nodes-base.notion",
"nodeVersion": 2.2,
"resource": "page",
"operation": "create",
"itemIndex": 0,
"time": "9/22/2024, 6:08:42 AM",
"n8nVersion": "1.59.3 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeOperationError: ERROR: Parent Page parameter's value is invalid. This is likely because the URL entered is incorrect",
" at extractValue (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/ExtractValue.js:132:15)",
" at getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1637:54)",
" at Object.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2344:24)",
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Notion/v2/NotionV2.node.js:517:90)",
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:722:42)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:670:66",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1100:20"
]
}
}