Hi,
I have found an article to put this Uri-string in the Send an HTTP request to SharePoint connector:
_api/web/lists/GetByTitle('Site%20Pages')/items('ID')/CanvasContent1
Only I am Dutch and my sitepages is called Sitepagina's
So i have change it a couple of difirent ways but still getting the error:
_api/web/lists/GetByTitle('Sitepagina's')/items('ID')/CanvasContent1
_api/web/lists/GetByTitle('Sitepaginas')/items('ID')/CanvasContent1
_api/web/lists/GetByTitle("Sitepagina's")/items('ID')/CanvasContent1
What is the right syntax?
Greetings, P