Notion DB Updated - No Page Found

Howdy, I am trying to test a basic flow that uses the Notion DB updater module. I am using the unique ID field auto-generated in Notion to search for entries to update.

I continue to get errors saying that no page could be found that had the ID I searched for. However, I can see in Notion that there is a page with that unique ID. Additionally, I created another flow using the Notion DB Reader and I successfully pulled the list of IDs from my Notion DB. When I tried to feed a sample ID from the outputted list, I again received an error saying that no page could be found matching that ID. I very much confirm that the ID I am searching for does exist.

Please help me see why my Notion DB Updater is not working. Here is my pipeline link from my failed run: Link

Thanks!


Hey @michael4789! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Here is the workbook share link: https://www.gumloop.com/pipeline?workbook_id=3CAJfWKEb53ZNG1GCQHS3W&run_id=eJ2eG5U67AjGgwr2RjxvV5

Hey @michael4789 – Thank you for flagging this, I’ll create a ticket to investigate this further. Do you mind also sharing the workflow you run that just reads the Notion DB please?

Am I able to share that workflow privately? That flow reads the entire database.

For now, here is a screenshot of the read flow running and outputting the list of IDs correctly.

Hey @michael4789 – Appreciate it! This image is good enough for now. I’ve created a ticket to investigate this further, will keep you posted.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.

Hey @michael4789 – This should be fixed now, do you mind deleting and re-adding the Notion nodes and trying again please? Thanks again for flagging this :slight_smile:

Hi @Wasay-Gumloop thanks for this, I still need some help though.

So I confirm Notion updater now works if I am updating a text or number field. However when I try to update an enumerated “multiple-choice” type field such as the status field, it does not work. I used the reader module to successfully pull the names of the status fields. One of them was ‘Rejected’.

When I try to use the updater module to update the status of an entry in my Notion DB to ‘Rejected’ it does not work. Note again that the updater module does work if I update other fields such as phone number or email.

Here are some screenshots to show you the entry I am trying to update in Notion and the run I did in Gumloop. Here is the link to my run:

https://www.gumloop.com/pipeline?workbook_id=3CAJfWKEb53ZNG1GCQHS3W&run_id=o6R3hxGZGRxKwuLaggDyKA


Hey @michael4789 – Yes, at the moment the `“multiple-choice” type field is not supported on the updater node. I can add that to our backlog though.

Quick question – Is the screenshot you shared after the flow was ran? I’m curious what the field looks like when the flow runs, on my end its unchanged when a multiple choice is updated.