I want to make it so when I change the status of a task it automatically records different dates. How would I do this?
When status moved to in progress - record date “in progress” column. When status moved to complete - record new date in “completed” column - without overwriting the in progress date.
I’ve gotten it to auto-fill but when I change the state it from in progress to completed it removes the in progress date and adds the completed date, it doesn’t keep both.
You would need to add a button to do status management. Every time you click the button, it advances the status, and at the same time it updates the date into the relevant column.