I need to retrieve the contents of some SharePoint pages.
The pages are special in that way that they are having the URLs with parameters in the end.
SITE-NAME/SitePages/PAGE-NAME.aspx?jd=XXX
Previously I was able to read the pages, without the url parameters ?jd=XXX with the following action:
However now I don't know how to add the URL parameters ?jd=XXX .
How should I update the URI field, so that the "Send An HTTP Request to SharePoint" correctly gets the page data?