alex_panganiban
3 years agoContributor
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...
- 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>#endBR.Ivica