Updating a SP List HTML column fails when using Send an HTTP request to SharePoint. I'm following How To Update Hyperlink Fields With URL And Description Using Microsoft Flow (c-sharpcorner.com). I have a SP List with a URL column titled "Link". Let's say the list name is "Online User Account Request Form", note the spaces in the list name.
However, I get this error
The objective is to insert a URL into the column titled "Link" after some other actions occur. The flow is working perfectly without this HTTP action....
Hi @tpcolson
It looks like single quote is the issue (highlighted in red color). It seems you have copied this line from some web page & pasted directly in the action.:
web/lists/GetByTitle(‘Online GIS User Account Request List’)/items(388)
Pls remove those and readd those.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Still fails.
The expression "web/lists/GetByTitle(‘Online GIS User Account Request List’)/items(388)" is not valid.
clientRequestId: fdc35adb-1e86-4631-90e9-fd0855b140ae
serviceRequestId: e1b727a1-80f7-5000-84f5-124746ef076f
Hi @tpcolson
You can refer one of my solutions for updating hyperlink field:
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.