Hello,
I have some like these JSON :
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 4,
"Value": "10000000"
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 22,
"Value": "20000000"
}
]
How to extract only Value using Compose, there can be more than just 2 IDs. I tried that but it doesn't work, I got empty input
body('Compose')?['Value']