diff --git a/samples/react-flow-dashboard/README.md b/samples/react-flow-dashboard/README.md index 2c69f2447..82f3eb3cf 100644 --- a/samples/react-flow-dashboard/README.md +++ b/samples/react-flow-dashboard/README.md @@ -5,14 +5,13 @@ This web part demonstrates displaying the list of flows and perform some basic actions on the flow. Flow Dashboard - +![](./assets/Dashboard.mp4) Flow run history - +![](./assets/Flowrunhistory.mp4) Enabling stopped or suspended flows +![](./assets/Enablingflows.mp4) -![](./assets/react-flow-dashboard.gif) - ## Compatibility | :warning: Important | @@ -38,6 +37,12 @@ This web part uses *Microsoft Graph* API and *Microsoft Flow Service* API. You n - Microsoft Flow Service - `Flows.Read.All` +If the problem still persists, +- go to `App Registrations` +- find `SharePoint Online Client Extensibility Web Application Principal` +- make sure you have added the above permission levels +![](./assets/APIPermissions.png) + ## Minimal Path to Awesome diff --git a/samples/react-flow-dashboard/assets/APIPermissions.png b/samples/react-flow-dashboard/assets/APIPermissions.png new file mode 100644 index 000000000..bdca1454d Binary files /dev/null and b/samples/react-flow-dashboard/assets/APIPermissions.png differ diff --git a/samples/react-flow-dashboard/assets/Flow run history.mp4 b/samples/react-flow-dashboard/assets/Flowrunhistory.mp4 similarity index 100% rename from samples/react-flow-dashboard/assets/Flow run history.mp4 rename to samples/react-flow-dashboard/assets/Flowrunhistory.mp4 diff --git a/samples/react-flow-dashboard/assets/sample.json b/samples/react-flow-dashboard/assets/sample.json index 1b93f7968..ab75eba26 100644 --- a/samples/react-flow-dashboard/assets/sample.json +++ b/samples/react-flow-dashboard/assets/sample.json @@ -32,7 +32,7 @@ { "type": "video", "order": 101, - "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flow run history.mp4", + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-flow-dashboard/assets/Flowrunhistory.mp4", "alt": "Flow run history" }, {