I have a worksheet with rows and a status field.
the status field options are New, Planned, Committed, Cancelled.
I also have another field called "Notify" which is a checkbox. We run reports based on items being checked.
My question:
When someone changes the Status field from Committed to Cancelled, i want to check the "Notify" field.
When someone changes the Status from New or Planned to Cancelled, we do not want to check the "Notify" field.
How can i achieve this?
I can create a rule to pre-filter for "Committed" items which then change to "Cancelled" but there is no way to make a cell change to the checkbox.
Seems like limited functionality on the workflow feature to me.