Skip to main content

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

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


try just single 'amp' in place of ampersand sign


Reply