New
Allow double qutoes in custom calculation logic
Currently Workfront does not recognise double qutoes as a string literal. Even if we use an escape character it does not work. This leads to the inability of using regex patterns where we look for valid characters or other custom expression logic.
Expected outcome:
Allow “\”” as a valid syntax to recognise string literals in custom expressions.