When you're using @item().odata.id
, it seems that the property odata.id
is not directly accessible in the way you're trying to reference it. The error message you received provides a list of available properties, and it includes odata.id
, which is the one you're interested in.
Try the following :
{
"variableName": "param",
"value": "@item()['odata.id']"
}