Hello Makers, in a database, I have 4 status :
- Sent
- Confirmed
- Done
- Paid
Once a mission is Confirmed, status change depending on date’s mission, which is a property in database.
So I would like to automate status change from Confirmed to Done once it’s the day of the mission, any idea to do that?
Best,
You can use the Notion “Search Objects” module

- Find items that are on the current date or earlier AND have a status that is NOT “Done”
Then, use the “Update a Database Item” module

- Update the item status to “Done”
2 Likes
Hello, Thank you @samliew. I created the scenario, I’ll let you know if it works 
2 Likes