How Can I Automate Changing a Database Item to False After a Time Delay in Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

I am trying to create a workflow where after pipedream pulls an item from notion if a property is true, it is then changed to false again after a time delay. My question is, what action do I need to setup to change the database item to false?
I’ve tried notion’s “Update Page” action but it requires you to select a specific database item ID, whereas I want the action to reference the previously pulled database item ID in this same workflow instead of selecting a specific one.

Upon doing some digging, it seems like this is an issue that others are also experiencing that doesn’t seem to be resolved yet. Seems like the action isn’t responsive to a return / retrieve function Notion update_page do not accept ID stored in field from retrieve_page · Issue #5004 · PipedreamHQ/pipedream · GitHub