Forum Discussion
Henning Strand
Jun 14, 2018Brass Contributor
Updating a Hyperlink field (both url and description) using Flow?
I tried using the update item action to set a Hyperlink type column in my custom list. The Flow field for this column only accepts the url so there seems to be no way to add the description part. Any...
mo_mkf
Mar 15, 2019Copper Contributor
Hey danmitchell36,
Thanks for the link, I gave yours a try, but got this error:
Not well formatted JSON stream.
clientRequestId: 865768ab-bec3-44ed-a436-fb15aa25cd69
serviceRequestId: a805c99e-a06d-8000-aa83-4de13cfb3351
Thanks
Jean-Paul van den Bogert
Oct 30, 2020Copper Contributor
mo_mkf Probably because his code contains the wrong quotes:
“ AND ”
If you replace them with the default quotes
" AND "
Then the JSON error is resolved
{
"Title": "Test",
"Link":{
"_metadata": {"type": "SP.FieldUrlValue"},
"Description": "Link",
"Url": "https://www.google.com"
}
}