I have a table with a status column. I created a Kanban view for these status and I would like to set the current date when a certain status is set.
For example when status is STARTED set the started_date column to NOW()
So I use the following formul...