Hi everybody!
I have a process:
- read text file (xml)
- use match , output variable type <IEnumerable<Match>>( its default for match activity)
- then use for each to loop in each match ( in for each type Argument is object)
- and then i need to transform each item by System.Net.WebUtility.HtmlDecode but i dont know how can i do it. In for each i cant do nothing because item is object. Outside of for each same problem.
don’t know how to properly transform item that i can work with it further
if it’s not difficult for you to attach screenshots
Help Please!