This setting is a string value, but no string value is encountered here. Example:
default: title = My Formula
The solution is to replace the incorrect value with a string.
default: title = "My formula"
See Also Errors