Skip to main content

Hi

how to to get the farm variable in workflow,

when i try get the form variable using Query XML Action -> /FormVariables/values , the special character  are getting converted  ö to #233; 

i need the special characters as it is in farm

Regards,

Ranjith.

that's expected, use XmlDecode() inline function to convert it from numeric interpretation back to readable character.


Hi Hatala,

as i'm using O365 i could not use XmlDecode() inline function is there any other way to handle it ?

 


why not?

XmlDecode() function seems to be available in O365 as well

https://help.nintex.com/en-US/o365/#o365/O365Forms/ReferenceOther/Inlinefunctionsprovided.htm?Highlight=decode 


Reply