Skip to content

Commit 45c5775

Browse files
000-604: site pages
1 parent c58744c commit 45c5775

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

articles/en/PowerPlatform/sitepages.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ This article shows how to use Site Pages library in Power Automate flows.
1212

1313
<h1> Problem </h1>
1414

15-
If you are trying to use Site Pages Library for actions such as Get File or Get File Properties, it will not come up in the suggestions in your dropdown
15+
If you are trying to use Site Pages library for Power Automate triggers and actions such as **Get File**, **When a file is deleted** or **When a file is created or modified (properties only)**, the Site Pages library will not come up in the suggestions in your dropdown
1616

17-
<img src="/articles/img/PASitePges.png" >
17+
<img src="/articles/img/PASitePages.png" >
1818

1919
If you type the Site Pages library name manually, you may receive the following error when saving your Power Automate flow:
2020

2121

2222
Fehler beim Speichern des Flows. Code: DynamicOperationRequestClientFailure, Meldung: "The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List not found\r\nclientRequestId: 9cc950f7-8c3c-464c-aeda-4ab150fe9631\r\nserviceRequestId: 59eb74a1-9096-b000-1d13-482b44bc7159" }".
2323

24-
<img src="/articles/img/PASitePges2.png" >
24+
<img src="/articles/img/PASitePages2.png" >
2525

2626

2727
<h1> Solution </h1>
2828

2929
In your Power Automate flow use Library GUID instead of the Site Pages Library name to solve it.
3030

31-
<img src="/articles/img/PASitePges3.png" >
31+
<img src="/articles/img/PASitePages3.png" >
3232

3333

3434
<br/><br/>
@@ -38,12 +38,37 @@ In your Power Automate flow use Library GUID instead of the Site Pages Library n
3838
Go to Site Pages Library >> Gear Icon >> Library Settings >> Copy the GUID from url
3939

4040

41-
<img src="/articles/img/PASitePges4.png" >
41+
<img src="/articles/img/PASitePages4.png" >
4242

4343

4444
Make sure you remove the HTML encoding %7B and %7D.
4545

4646

47+
#### Video Guide how to get Library GUID
48+
4749
A short video showing how to get the Library GUID
4850

49-
<video src="/articles/vid/LibraryGUID.mp4" controls></video>
51+
<video src="/articles/vid/LibraryGUID.mp4" controls></video>
52+
53+
54+
55+
56+
<!-- Default Statcounter code for PP Site Pages
57+
https://powershellscripts.github.io/articles/en/PowerPlatform/sitepages/
58+
-->
59+
<script type="text/javascript">
60+
var sc_project=13075445;
61+
var sc_invisible=1;
62+
var sc_security="25adc6d8";
63+
var sc_client_storage="disabled";
64+
</script>
65+
<script type="text/javascript"
66+
src="https://www.statcounter.com/counter/counter.js"
67+
async></script>
68+
<noscript><div class="statcounter"><a title="hit counter"
69+
href="https://statcounter.com/" target="_blank"><img
70+
class="statcounter"
71+
src="https://c.statcounter.com/13075445/0/25adc6d8/1/"
72+
alt="hit counter"
73+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
74+
<!-- End of Statcounter Code -->

articles/img/PASitePages4.png

56.1 KB
Loading

0 commit comments

Comments
 (0)