I want to automate a process in which an application is entered in the form of xml and then the values from the xml should be stored so that I can continue working with them and transfer the content to another software. I have read and deserialize the xml and than I used a for each loop. In which each element from the xDocument is looped over. So far I have simply used write line in the loop and then output the element.value. How can I store these values individually and then access them?
In the best case i get Variables or something like this for each Element.Value and the name of the Variable should be the Element.Name is this possible ?
Thanks in advance for your help.
Best regards
Freddy