
From:
xpath(
xml(
json(
concat(
'{"Root":{"Item":',
outputs('Compose'),
'}}'
)
)
),
'/Root/Item/*'
)
Map Id:
replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(
xpath(
item(),
'name(/*)'
),
'_x0030_','0'),'_x0031_','1'),'_x0032_','2'),'_x0033_','3'),'_x0034_','4'),'_x0035_','5'),'_x0036_','6'),'_x0037_','7'),'_x0038_','8'),'_x0039_','9'
)
Map UserName:
xpath(
item(),
'string(/*/*)'
)
Result:
[
{
"Id": "39c04006-00d0-11e8-9bea-0275d4b83f51",
"UserName": "test2"
},
{
"Id": "3a24d728-00d0-11e8-8494-0275d4b83f51",
"UserName": "test3"
}
]