Create database entry with select
property
#217
Closed
baniasbaabe
started this conversation in
General
Replies: 2 comments
-
Any workaround? #227 is a similar issue of mine, except with other properties as well :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error is raised by Notion's API (not the Python client), and is quite explicit:
The The documentation for this kind of property shows examples of what they're waiting for: https://developers.notion.com/reference/page-property-values#select IIRC Notion only gives errors for one field at a time. So when you have validation errors with Notion's API:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created the following database:
Now, I wanted to create an entry like so:
which throws the following error:
When I remove the
Status
property, it works fine (see image below):I can' see where the mistake is since I copied and adapted it from other issues and discussions :)
Beta Was this translation helpful? Give feedback.
All reactions