I am attempting to create a doc that assesses whether individual tasks are accomplished on time or not. I have a formulaic column in a table that states a job is overdue if it is past the due date and is not completed. I would love to create another column that contains a latched column called “Ever Overdue?” that once triggered to become true will never revert back.
Essentially, I want a column for tasks that are currently overdue and one for tasks that have at any time been overdue. How can I use Coda to accomplish this automatically?
I have everything else built: I literally only need a way to make a checkbox persistent.
There are many many ways to accomplish what you are asking for, but since you don’t seem to be interested in storing when was it overdue etc. in my opinion the simplest solution would be:
Create 2 checkbox columns
Hide the 1st one and introduce a formula to the 2nd one to equal the 1st one, so that it can’t be modified
Create an automation triggered daily at 00:00: If a task is overdue, set the 1st checkbox to true
One follow-up problem: My initial Overdue column is formulaic, so the automation rule cannot use it in the condition clause in order to change the first manual checkbox column.