Activity tiles displays a number change instead of textual change when task.state field changes valueIssue When the 'State' field changes in a Task record, the corresponding activity tile displays the old value with a number like '22' instead of a textual label like 'closed complete'. ReleaseAllCauseThis is caused by changing the 'Value' field of the Choice in the Dictionary Entry of Task just prior to marking the state change of a Task record. Subsequently, if the State of a Task record changes from, or changes to the State choice whose value just changed, then it will display the old numeric value.ResolutionThis is prevented by changing the State field to another intermediary State before being changed to the State whose value was just changed.