How to to get the farm variable in workflow


Badge +7

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.


3 replies

Userlevel 5
Badge +14

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

Badge +7

Hi Hatala,

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

 

Userlevel 5
Badge +14

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