Query xml issue

  • 24 February 2017
  • 2 replies
  • 2 views

Badge +10

The query xml does not extrat the value  since it has "&", even after placing amp; as shown below.

This works on design mode but on the actual work run, it brings the whole string as out put.

<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version /><Items><Item><CostCentre type="System.String">631003:GD&amp;amp;P-TEst value for check;</CostCentre></Item></Items></RepeaterData>

Trying to get /RepeaterData/Items/Item


2 replies

Badge +9

Here it works (Nintex Workflow 2013 Version: 3.1.4.0 - International).

Userlevel 5
Badge +14

try just single 'amp' in place of ampersand sign

Reply