I am trying to consolidate 2 input date with dynamic fields , attached is the sample file.
@dhirajs2024 join multiple should work on your use-case
Does anyone have a solution?
Thanks,
if [Row-1:Name]=[Name] then null() else [Name] endif
but the above expression will only work for max 2 record when i add more data it give me below result
1 A Texas 8889 AAAA 20 Park 555
1 [Null] [Null] [Null] BBBB 25 Park2 666
1 A Texas 8889 AAAA 20 Park 555
i used unique but again the records get scattered