Collecting Values from Nested Arrays of an Array in a Web Service

#Web Sevice -- Collecting Values from Nested Arrays of an Array

Not able to save nested array value of an array. Error -- "There is no support for nested multiples. You can assign a value to this field by using an expression". Attachment having the structure.

Thanks in Advance.

OriginalPostID-203540

OriginalPostID-203540

  Discussion posts and replies are publicly visible

Parents
  • +1 for reduce and append. Saving at the root level is the typical way that we handle more than three levels of nesting, you can also save at the next level down from the root, if you do not need everything at the root level. Then you can dot into it or better yet use the index function to pull out what you need in a script task after your web service call.
Reply
  • +1 for reduce and append. Saving at the root level is the typical way that we handle more than three levels of nesting, you can also save at the next level down from the root, if you do not need everything at the root level. Then you can dot into it or better yet use the index function to pull out what you need in a script task after your web service call.
Children
No Data