I have done with my workflow to read the xml element if condition met. Here are both my xml file and xaml file. test.xml (1.9 KB) test2.xaml (9.9 KB)
I want to use writeline activities to output my biz : ABC Enterprise. But my execution keep failed with empty writeline. Does anyone can help me to look through my workflow? Is there any error or missing part need to modify it?
I could appreciate much on your assistance.
I had removed First and assigned it to ToArray. But there’s an error occurred if I put the variables as XElement and so I put it as IEnumerable. But, there’s another error occurred when I use If activity to check whether the nodes contain “MMBA” or not. How am I going to fix these error?