Skip to main content
Nintex Community Menu Bar

Calculated Value control returns unexpected result in Nintex Mobile

  • March 26, 2021
  • 0 replies
  • 29 views

Forum|alt.badge.img+8

Issue

When trying to use the "Calculated value" control with the fn-Replace function, in the following format: 

("textToModify", "replacePattern", "replacement") 

The result will be different from the one expected.

 

Resolution

Resolution:
Remove the two quotations that were placed around the 'TextToModify' parameter so that it should be in this format: 

(textToModify, "replacePattern", "replacement")