Solved
Forum Discussion
alex_panganiban
2 years agoContributor
Awesome! Thanks Ivica. Your solution made me realize that the "memberIds" element does not actually need to exist in the incoming document. It's actually dynamic. Not knowing that was what was causing my problem. Thanks so much for this learning. My final solution was this:
#foreach($member in $members)
<b:guid>$member.memberId</b:guid>
#end