Hi! Not sure if this helps, but our team created a calculated field on a
custom form that would tell us the date the project was changed from
"Draft" to "Current". Calculation: IF(Status='CUR',IF(ISBLANK(Date set
to Active),$$NOW,Date set to Active),Date set to Active) Thanks!