Autoupdate column with a condition without edit row

Hello,
i have a certain number of rows in a table.
I have a deadline colum; i would like to auto set the value of another enum column like if([deadline]<today(),โ€œEXPIREDโ€,โ€œON GOINGโ€).
Something like a calendar trigger; i donโ€™t want to enter in that row to edit some value in order to trigger a workflow โ€œset valueโ€ฆโ€. Iโ€™d like to see an auto update of my database.

Is it possible?

0 2 369
2 REPLIES 2

One way is using virtual column which will recalculate the result everytime when you sync.

Ok,
can you go a little deeper on that?
Do i need to put the same formula in virtual column instead of a enum column?

Top Labels in this Space