Notion - "Update Page" action doesn't support select property

Most property types(number, email, text, etc.) adds additional property input section when selected on action builder screen. But when select property is chosen, no additional property input is created on builder screen - thus, user can’t create update action.

After done some research, I suspect some part of update-action component code might be the culprit.
Code for update-action component* defines propertyTypes have ‘page’ parentType while it can have ‘database’ parentType. Maybe, because of this, ‘database-ish’ properties are not processed to create additional property input UI. I didn’t test other ‘database-ish’ properties like ‘multi select’, is also failing.

Hope this helps.
Cheers!

Hi @vahn

First off, welcome to the Pipedream community. Happy to have you!

You can report bug reports on actions and triggers here in our public Pipedream Github Repository:

A Pipedream team developer or community member will investigate and make a new version to attempt to fix it if they can reproduce the bug.

All Pipedream triggers and actions are open source, so you can also contribute your own fix if you’d like.

Learn about how to develop new and modify existing components here: Overview