Create an array in designer with datas of a record

i want to create an array detail with record ,

with XML datamapper

157
83
2255
10.0000000
0.0300000
40
800
814
2255
414.0000000
1.4700000
1
5

614
70
2105
48.5000000
0.0900000
20
1228
850
2105
989.4000000
2.2000000
2
5

893
53
1163
29.0000000
0.0600000
10
893
680
1200
310.5000000
0.7300000
3
5

560
69
1738
30.0000000
0.0700000
20
1120
840
1738
619.4000000
1.6400000
4
5

568
98
945
33.0000000
0.0500000
20
1000
1130
1200
681.0000000
1.3600000
5
5

Try setting the data mapper to Use Root Element. Then set a repeat on and do your data extraction within that loop.

This will treat each of those 5 elements as line items in the same detail table. Then in design you will be able to use the standard Insert Detail Table button to display them all in a dynamic table.

Wonderfull it works

Repeat on the datamapper and insert Detail Table

Thanks for response