-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows to ignore Notion URL properties if empty #3564
Conversation
How can I help so this will be accepted? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @baflo, thanks for the changes just a small fix: the option is not in the correct location. They have to be alphabetically sorted. After that we can merge it 👍.
Thanks a lot for your contribution @agobrech! Just got merged. |
Got released with |
This PR addresses a problem shown in https://community.n8n.io/t/notion-integration-got-created/3522/23?u=baflo
It adds an option to Notion properties of type
url
that allows to not send the property to Notion API if no value is set.