You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use the Notion > Database Page > Update Node (any any other Notion Node for that matter) and try to set properties it creates this error:
There was a problem loading the parameter options from server: "No execution data available"
It works fine if have a predefined Notion Page that i want to update, but if it's dynamic i.e. takes a parameter from a previous node, then it errors after closing and opening it again.
I think the video down below shows it best. Building with this Node becomes really tedious like this.
CleanShot.2024-09-16.at.15.41.15.mp4
To Reproduce
Create a Notion > Database Page > Update Node
Try using a dynamic ID/URL from another Node
You will only be able to set Properties when you test run the Node
Will error out when you open it again after a reload
Expected behavior
Either having the option to set it manually or show the parameter that was set previously.
Operating System
Ubuntu 20.04.6 LTS x86_64
n8n Version
1.58.2
Node.js Version
v20.15.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Watching your video I don't see the issue, We use the database page ID to load the properties which could be anything. If there is no database ID set we have no way of knowing what values to display.
I guess this is really a feature request to allow manually setting the properties instead of relying on the automated fetch. If this is what you are after a forum post is the best place to raise this as a feature request.
Bug Description
When i use the Notion > Database Page > Update Node (any any other Notion Node for that matter) and try to set properties it creates this error:
It works fine if have a predefined Notion Page that i want to update, but if it's dynamic i.e. takes a parameter from a previous node, then it errors after closing and opening it again.
I think the video down below shows it best. Building with this Node becomes really tedious like this.
CleanShot.2024-09-16.at.15.41.15.mp4
To Reproduce
Expected behavior
Either having the option to set it manually or show the parameter that was set previously.
Operating System
Ubuntu 20.04.6 LTS x86_64
n8n Version
1.58.2
Node.js Version
v20.15.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: