
Announcements
I want to move custom list items between identical lists i followed those links:-
https://gist.github.com/zplume/9f4c1a658517802701deff3473f23a60
https://www.youtube.com/watch?v=mN_Jr8GW64g
So i created this flow:-
but i will get this error:-
{"odata.error":{"code":"-1, Microsoft.Data.OData.ODataException","message":{"lang":"en-US","value":"The property '__metadata' does not exist on type 'SP.ResourcePath'. Make sure to only use property names that are defined by the type."}}}
clientRequestId: 71cf6fce-73bd-4335-83df-31ae603dd853
serviceRequestId: 816ccaa0-d0d5-6000-ff29-594c711f7947
any advice?
Hi @johnjohn123,
In your Content-Type key value you specified you are not going to use metadata (application/json; odata=nometadata). However, in the body you are using __metadata property.
Can you change the Content-Type key value to use verbose instead and try again?
application/json; odata=verbose