Does anybody know if it’s possible to get values for BAM from a recurring item in a message?
Ex:
<Header>
<id>4</id>
<items>
<item>
<weight>99</weight>
</item>
<item>
<weight>100</weight>
</item>
</items>
</Header>
I’ve managed to extract the id field in the header and show it via BAM portal. But would it be possible to sum up the weight items and store it for BAM? When I tried to save the weight field I got an error in the biztalk admin console.
Thanks, Johan