Used the
| FontColor | <font color="red">Text in red </font> |
formula for a likert question, but the entire formula shows up in the feature service data table.

Is there a way to not show the formula in the data table?
| list_name | name | label |
|---|
| cond | fail | <font color="red">Failing</color> |
| cond | poor | <font color="orange">Poor</color> |
| cond | fair | <font color="blue">Fair</color> |
| cond | good | <font color="green">Good</color> |