Skip to content

[BUG] Update Page does not support Status type #6310

Closed as not planned
Closed as not planned
@jasueh

Description

@jasueh

Describe the bug
When updating a page, status type properties are not updated.

To Reproduce
Steps to reproduce the behavior:

  1. Retrieve Page from Notion, page in database must include at least 2 properties Status of type status and Updated type Text . Status should be anything but In Progress
  2. Update Page component, set id with the retrieved page
  3. Set Properties Types: ["Status", "Updated"]
  4. Set Properties Values: [ {
    "id": "abcc967b-5135-4217-8677-ba840fd8b008",
    "name": "In progress",
    "color": "blue"
    }, "Done"]
  5. Test it

Expected behavior
The page should have the Status and Updated fields updated with the values mentioned in the steps to reproduce.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: Version 113.0.5672.63 (Official Build) (64-bit)

Additional context
From what I understand, the Status type is an object with 3 properties as per notion documentation: https://developers.notion.com/reference/page-property-values#status

reviewing the source code of the update_page component, led me to the notion page properties common resource:
https://github.com/PipedreamHQ/pipedream/blob/master/components/notion/common/notion-page-properties.mjs

And it seems that status is not included in the integration.

Metadata

Metadata

Assignees

Labels

blockedIssue is blocked pending a resolutionbugSomething isn't workingprioritizedPrioritized issuetriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions