Hi there,
I have done read in xml element and write line the output. Here’s are my output.
How am I going to output only one biz : ABC Enterprise instead of two?
Thanks and best regards.
Hi there,
I have done read in xml element and write line the output. Here’s are my output.
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?