Detail table creating from XML when variable change

Hi there,

Im trying to create multi detail table when variable change.

The data source is XML.
It’s repeating on PIEInvestorTaxDetailModel.
Base on ZeroRated it has been splited into two group ZeroT and noneZeroT
And in eache of group I need to extract record when GlientID is changing.

Since i cannot find any onChange method when using XML as source data, is this doable?
If so can anyone help?

Thanks

I believe something like this might need an XSLT transform prior to data mapping.

Normally this would be nested data where you have a parent node containing common values like Client ID and then child nodes containing all relevant info. Instead, your common values are duplicated into each child node…

I see, thanks for your help.