I am looping through many xmls with the same structure but different number of rows. I need to extract number from such line.
<v:sampleDataSet dataSetName="990">
I have many identical lines (apart from the number) in each xml but I need to extract only the last one.
I only managed to save entire xml to a variable separated to lines with the action "read text from file".
I can set a variable from any line of this xml by using set variable action and referencing the the line number, but I don't know how to make reference to a variable line number - cause I repeat this operation for many files with different line count.