How to write line only one xml output

Hi there,

I have done read in xml element and write line the output. Here’s are my output. Capture

How am I going to output only one biz : ABC Enterprise instead of two?

Thanks and best regards.

check if you have two writeline activities in your workflow.
If yes, delete one write line activity.

Also check if writeline activity is not in any loop.

Thanks!

Hi,

I got two results because my xml file having two similar nodes which contains the ABC Enterprise. So it’s normal to got two results. But how am I going to delete it or is that any other way to output only one result?

Attaching my workflow and xml source file: test.xml (1.9 KB) test.xaml (12.0 KB)

Thanks and best regards.