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
7 replies
Subscribers
6 subscribers
Views
2748 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, we are using a web service that returns a nested multiple CDT and are una
Howard
over 11 years ago
Hello, we are using a web service that returns a nested multiple CDT and are unable to extract all the records for the nested multiple CDT. I attempted to follow the steps from a previous post, but was only able to get the first record. Since we are still on 6.6.1, I had to use the DoForEach() instead of apply(). Am I missing something from this procedure? Thanks.
1. I have a CDT called "provisionInfoLAPS"
2. Each "provisionInfoLAPS" has an array of another CDT called "ipAddress"
3. In my model I have a process variable of type multiple provisionInfoLAPS called provisionInfo
4. I want to retrieve the list of "alumni" for each "ipAddress" inside pv!provisionInfo
5. I created a rule called: rule!returnipAddressList which receives an input of type "ANY TYPE" called "provisionInfo" and defined as =ri!provision.IPAddress
7. In my model, in a script task after the web service I have: doforeach("returnIpAddressList",pv!provisionInfo)
...
OriginalPostID-78237
OriginalPostID-78237
Discussion posts and replies are publicly visible
Parents
0
Howard
over 11 years ago
FYI, I was able to get the data in the nested CDT by explicity defining the index and storing it into a process variable of that data type. pv!provisionInfoLAPS[1].IPAddress
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Howard
over 11 years ago
FYI, I was able to get the data in the nested CDT by explicity defining the index and storing it into a process variable of that data type. pv!provisionInfoLAPS[1].IPAddress
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data