Forum Discussion

alex_panganiban's avatar
alex_panganiban
Contributor
3 years ago
Solved

XML Generator Arrays

I'm having an issue with the XML Generator. I feel what I'm doing should work. Hoping someone can enlighten me on what's going on. I have an array that gets passed into the XML Generator snap. For ea...
  • ivicakoteski's avatar
    3 years ago

    Hi alex_panganiban ,

    You need to accesses to the memberId element of each object.

    You can try with the following:

    #foreach($memberIds in $members)
    <b:guid>$memberIds.memberId</b:guid>
    #end
     
    BR.
    Ivica