#1
|
|||
|
|||
Write XML issue
I'm trying to write multiple XML elements with the same name using the Write XML action as shown below but it will only create/update 1 FieldData element. Any ideas.
<?xml version="1.0" encoding="utf-8"?> <QCData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FieldDataList> <FieldData> <FieldName>Field1</FieldName> <FieldValue>Value1/FieldValue> </FieldData> <FieldData> <FieldName>Field2</FieldName> <FieldValue>Value2</FieldValue> </FieldData> </FieldDataList> </QCData> |
#2
|
|||
|
|||
See attached sample.
|
#3
|
|||
|
|||
Excellent. Thanks for the help
|
|
|