Not sure if I’m doing something wrong but I’m not able to update my Status property (or any type of select/multi-select property) via the Notion Database Updater node. I’m only able to pull inputs as text, but I need the Status to update from “To Transcribe” to “In progress”. I tried using to Combine Text node as an input but that doesn’t work. Is there any way for me to see the statuses I have added in Notion and pick which one it should update to?
Hey @The_Weeblings! 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.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @The_Weeblings – Does the flow error out when you run this? Can you share the run link so I can view the inputs/outputs please? You can find the run link on the https://www.gumloop.com/history page or through the Previous Runs tab on the canvas.
What does it look like on Notion when you run this flow?
Also please share access by adding my email or setting the workbook to “anyone with the link can view” from the share button on the run link.
Could you confirm what type of field Status is and if you’re able to share a screenshot of what it looks like after you run the flow that’d be super helpful!
For context, I am creating a flow that works off 2 Notion databases. I paste in URLs from YouTube videos into my “inspiration database”, and use those video transcriptions to come up with ideas that are populated into my “ideas database”. I now have 2 Notion nodes. One writer and one updater.
For the updater (to my inspiration database), I need it to change a Status property from “To transcribe” to “In progress”.
For my writer (to my ideas database), I have a Relation property that I need to connect from my “ideas database” to my “video inspiration database”.
Both don’t work, unfortunately. =( I don’t get any errors. The flow runs seamlessly, but the Status does not change, and the relation property remains empty. I have to manually add the relation on Notion myself.
Appreciate you sharing the run link and context—super helpful @The_Weeblings!
Relational fields aren’t supported just yet. They require a mapping from the source database to function properly. It’s already on our backlog, and I’ve bumped it up in priority.
Regarding the status not updating correctly, that looks like an issue on our side combined with how the Notion API handles things—it doesn’t seem to support string mapping for status fields. Added this to our backlog as well. In the meantime, if you switch the field type from “Status” to either Select or Multi-select, that should do the trick. Let me know if that unblocks you for now.