Search found 1 match
- Sat Apr 05, 2025 6:16 am
- Forum: Flows
- Topic: XPath expression issue
- Replies: 7
- Views: 32335
Re: XPath expression issue
Well the doc states: //field[name="JobID"]/value selects all value elements in the document that have a parent field element and a sibling name element with string-value equal to JobID That would work if the structure would be somehow similar to: <job> <field> <name>JobID</name> <value>12...