An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
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']"
}