I would like to change the status of a field when an item is edited. I have added the following rule to the field:
if(Is Edit Mode,if(isNullOrEmpty(Customer_Manager),ReviewStatus="In Progress",ReviewStatus))
I have also changed the default to "In Progress".
However, it still brings up "Please select a value" when you edit the item.
