Hi All,
I am building up a JSON object and need to add the odata.etag property like so:
addProperty(variables('payload'), '@odata.etag', body('Get_Item')?['odata.etag'])
but I get the following error message:
Unable to process template language expressions in action 'Compose_4' inputs at line '1' and column '2957': 'The provided property name '@odata.etag' has these invalid characters '.'. The name cannot contain any of the following symbols: '[, ], .'.'.
I've tried stringifying it, puting it in a compose, setting the property rather than adding it, but it's all the same.
Anyone know of a workaround?
Thanks