Skip to Content
0
Jul 26, 2023 at 01:59 PM

How to manage XML File in Automation

72 Views Last edit Jul 26, 2023 at 02:41 PM 2 rev

Hi,

i have a XML File:

<Task>

<Step Name="test1">

<Column Name="type">Creation</Column>

<Column Name="version">2.0</Column>

</Step>

<Step Name="test2">

<Column Name="type">Creation</Column>

</Step>

</Task>

So how do i get the Attribute in the Column with the name version?

Best regards

Tobias Alraun