I just have a quick question that I’m sure someone knows the answer to but I cannot find.
I have essentially an XML file stored into a string that follows the following format:
My goal is to be able to loop through this and do things which each of the s.
How would I go about doing this?
Awesome that worked perfectly.
One more quick question, when I loop through the XMLDocument.Element(“collection”).Elements(“event”) and then i extract the item.Element(“test”) in this case it returns
< test >blahblah< /test >
is there anyway to have it return just what is inside without having to use regex?
If not, there is a way to extract that using one assign activity + regex right?
I went and typed this out quick to see, and there’s a list of properties you can use with the xml object. So just type a period next to your code, and you will see that there is “Value”. That should give you what’s inside. If not, try other items in that list.