I'm having some issues trying to update a hyperlink field in a SharePoint list using the Send HTTP request activity
I've followed the instructions on several sites about this process but I just can't make it work
I made it way using single and double quotes in every key and value of the body but I keep getting the same error: "La expresión "web/lists/GetByTitle('ListaPrueba')/items([1])" no es válida."
Some person suggested in another post of this community to include all the address of the site in the URI field followed by the usual string "/api/web/lists/GetByTitle('ListaName')/items([ID])"
Using this approach I receive a 404 Error from SharePoint
Solved! Go to Solution.
I don't think you need any square brackets around the item ID, check out this page on my blog:
It's strange you are getting an expression error though. The blog post will generate the link code for you.
I don't think you need any square brackets around the item ID, check out this page on my blog:
It's strange you are getting an expression error though. The blog post will generate the link code for you.
Thank you very much!! I spend hours trying to solver this issue!!
User | Count |
---|---|
93 | |
45 | |
20 | |
20 | |
15 |
User | Count |
---|---|
134 | |
52 | |
44 | |
36 | |
27 |