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