I am getting an error but I have not found any documentation on what the root cause is or how to resolve it.
ERROR: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
clientRequestId: 7474fca9-0fe7-42a6-bde6-b9ac93fc3fdd
serviceRequestId: 0c7074a0-804b-2000-d6e4-dcfae8c50326
Can someone advise how I can resolve this error?
Which was... 🙂
I found an alternative solution, thanks for your assistance.
Are you getting the correct guid for the list?
You can use PowerAutomate to get details for all the lists in a site. There you will find the guid to use in the http request.
Maybe that's the last thing that's missing.
Neither of these methods work. Thanks anyways, I will keep trying.
Take a look at the documentation here.
I find two actions, one by guid and the other by Title that you could use.
I am trying to correct the HTTP request which is the one throwing the error! It is pulling in the correct item ID but throwing the error.
Which action is throwing the error?
The http request or the Get Changes one?
Sorry, I thought you wanted to correct the http request.
I am not trying to use GUID, I am trying to understand why I am getting this error and is there an alternative? I just want to see if there have been changes to my list what are those changes.
It needs to look like this
_api/web/lists(guid'GUID')/Views
when using a guid you write guid inside the brackets and then put the guid in single quotes.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2