Hi Everyone
I've been at this for a few hours now and it has me stumped,
I'm trying to read a value attribute after I reached a certain key and it's not iterating the value, the key iterates fine
My xpaths are ok, FB is not complaining on them.
add key="DBConnectionString" value="Someservervalue"
So I have a
XML Document define
XML Node Iterator
|__> Read XML Value to Variable
|__> Some If statement to manipulate my value once I found the correct one.
I have a "document define" action to load my xml file to memory.
Next I iterate the document in memory to look for my key attribute. I can see from a variable watch that it does indeed iterate my key values.
Next I want to read the associated value attribute with the "Read XML value to variable" action, it's a child of my key iterator so in theory, it should iterate.
The problem is that it will iterate all my key values no problem but it will only fetch the very first value attribute.
Anyone clues why?
Any tips or example would be greatly appreciated!
Thanks, Eve
Sorry for my broken english, did what I could
Hi Eve,
I've attached an example project which should do what you've described, you can use it to compare it to your project and see why your project isn't working.
Regards,
Paul.
Thanks for your example Paul, that’s exactly what I needed.
I don’t think I would of figured it out from the help files