Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Nov 15, 2022 01:08 AM
I wish to automate the changing of a record status on a particular date. I know this should be simple, but I’m missing something. For example, I have vacancy records, each of which show a status (eg OPEN, CLOSED). On a set date I want the status to change, from OPEN to CLOSED. Kindly assist me with the steps to be included. Thanks.
Nov 15, 2022 06:59 AM
Hi @Mike_Gendel ,
I would solve it this way:
Create a filtered view with filter conditions:
Status is OPEN
“Set date” is on or after today
Create automation “When a record enters the view” → take action “Update record” to CLOSED
Let me know if this helps!