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
7 subscribers
Views
1566 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi Team, I am getting an XML response using Http Query and using xpathsnipp
silkik235
over 10 years ago
Hi Team,
I am getting an XML response using Http Query and using xpathsnippet I am getting the desired result stored in a text process variable. After this I am trying to insert the data in CDT of the same type as of my xml data, I am using "torecord" function for doing this, but only the last data row is getting saved in CDT. The process variable in which I am saving the result of torecord function is multiple but still it stores only the last row values.
Could you please guide me if I am doing anything wrong here? Any help is highly appreciated!
OriginalPostID-152537
OriginalPostID-152537
Discussion posts and replies are publicly visible
Parents
0
Tom Ryan
Appian Employee
over 10 years ago
It doesn't look like torecord() automatically handles arrays. You can probably use torecord() together with apply() to achieve what you want, otherwise maybe look at a plugin such as the XML to CDT Conversion Shared Component.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tom Ryan
Appian Employee
over 10 years ago
It doesn't look like torecord() automatically handles arrays. You can probably use torecord() together with apply() to achieve what you want, otherwise maybe look at a plugin such as the XML to CDT Conversion Shared Component.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data