Hello,
I'm trying to insert a new list item in a list with flow. All works fine if we consider only string fields. When we try to manage also a picture field we get the following error:
The property '__metadata' does not exist on type 'SP.FieldUrlValue'. Make sure to only use property names that are defined by the type. clientRequestId: 84c34545-c9ed-412a-a039-4e8843b161a4 serviceRequestId: 102c939e-10c8-7000-3519-b692bbc6faa7
We are using the Send Request HTTP object. The value of body is:
{ "Title": "TestList5", "Riga2": "test", "PicL": { "__metadata": { "type": "SP.FieldUrlValue" }, "Description": "Google", "Url": "http://google.com" }
Anyone can help?
Thanks in advance,
Alessandro


Report
All responses (
Answers (