Hi,
I'm trying to update a hyperlink column in SP using the 'Send an HTTP request' action, but I keep getting this error:
{
"status": 400,
"message": "A type named 'SP.Data.myLinksListItem' could not be resolved by the model. When a model is available, each type name must resolve to a valid type.\r\nclientRequestId: 613869ae-a4b0-4c20-9c13-094718b9959c\r\nserviceRequestId: 6a71ea9e-90d6-8000-e22a-718f2ce0ec8c",
"source": "https://mytenten.sharepoint.com/sites/"('myLinks')/items(3)",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}Below is my configuration:

Any ideas?
Thanks