Re: Updating a SP List HTML column fails when using Send an HTTP request to SharePoint
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.