Hi,
I created a workflow in which i am facing a small challenge. I am using activation policy with certain attributes. Now lets say I have an XML file which has the following tags
<Classification><Code id="Item Types">Type</Code></Classification>
<Classification><Code id="Item Group">Group</Code></Classification>
Now I want to get the value "Type" and use it in a workflow parameter instead of Group. how can I set this condition? I tried specifying in condition "Item Types" but it doesnt work supposedly because in every XML Item Types does exist.
Will be thankful for your help