Check Today's Date

Hello,

I have a “date” field in my database and I was wondering how I could have a workflow that could check if the date. I’m trying to create a deadline system (if that makes sense), does anyone know how I could do this?

Thanks!

This should probably be done using API Workflows. So when you create an item that contains a deadline date, you can schedule an API Workflow to run on that deadline date. You should also create a text field to save the API Workflow’s ID so you can cancel the workflow if the deadline changes.

Lmk if that makes sense,
Daniel