You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/en/PowerPlatform/sitepages.md
+31-6Lines changed: 31 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,23 @@ This article shows how to use Site Pages library in Power Automate flows.
12
12
13
13
<h1> Problem </h1>
14
14
15
-
If you are trying to use Site Pages Library for actions such as Get Fileor 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
16
16
17
-
<imgsrc="/articles/img/PASitePges.png" >
17
+
<imgsrc="/articles/img/PASitePages.png" >
18
18
19
19
If you type the Site Pages library name manually, you may receive the following error when saving your Power Automate flow:
20
20
21
21
22
22
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" }".
23
23
24
-
<imgsrc="/articles/img/PASitePges2.png" >
24
+
<imgsrc="/articles/img/PASitePages2.png" >
25
25
26
26
27
27
<h1> Solution </h1>
28
28
29
29
In your Power Automate flow use Library GUID instead of the Site Pages Library name to solve it.
30
30
31
-
<imgsrc="/articles/img/PASitePges3.png" >
31
+
<imgsrc="/articles/img/PASitePages3.png" >
32
32
33
33
34
34
<br/><br/>
@@ -38,12 +38,37 @@ In your Power Automate flow use Library GUID instead of the Site Pages Library n
38
38
Go to Site Pages Library >> Gear Icon >> Library Settings >> Copy the GUID from url
39
39
40
40
41
-
<imgsrc="/articles/img/PASitePges4.png" >
41
+
<imgsrc="/articles/img/PASitePages4.png" >
42
42
43
43
44
44
Make sure you remove the HTML encoding %7B and %7D.
0 commit comments