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
Hi @Anonymous,
Thanks for feedback. Per my certain test and research, I am afraid that creating/updating SharePoint image column has not been supported yet. I will keep an eye on this issue and try to get more info on it.
I will back to you once I got any updates.
Best regards,
Mabel Mao