Hi everyone!
I’m using Coda to track tasks for my team via a table with fields for name
, status
, and owner
. I set up an automation that sends notifications whenever a task status changes, so everyone is up to date on what everyone else is working on:
With this automation, if someone creates a task and gives it a status
before it has a name
, then the notification that’s sent says something like “#r123”, because the name
field is blank. This is usually what ends up happening to us—we have status
grouped at the top of our table, so whenever we create a new task, it will have a new status
, but no name
yet.
Is there a way to delay sending the notification until I’ve finished adding a task name (e.g., send 5 minutes after status is edited), or is there a better way to achieve what I’m trying to do?
Thanks!!
Tommy