Avatar

Level 8

Let's say you create a map variable that contians string values. Say the variable is named mapVar. To add a key/value pair such as keystring/valueString, in the Set Value, you would add the mapping

/process_data/mapVar[@id='keystring'] = 'valueString'

The string values could also be XPath expressions that evaluate to other variables as well, if they are passed in as input values for example.