Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
6 subscribers
Views
1442 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi, I am trying to parse the response through Xpath function, So, Us
arunchandarm
over 11 years ago
Hi,
I am trying to parse the response through Xpath function,
So, Using xpath, is it possible to parse data from a nested CDT structure?
if so, how do you do that?
Please let me know.
Thanks. ...
OriginalPostID-94993
OriginalPostID-94993
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Use xpathSnippet() along with toXML() function where the function converts the CDT array into XML (nested structure) and you can use the xpathSnippet() to do your parsing.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 11 years ago
You can also try using index notations rather than converting to XML. Try patentCDT["nestedCDT"].FieldName to access to lower level data.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel