Updated Readme

This commit is contained in:
Nishkalank Bezawada 2023-08-03 12:41:03 +02:00
parent 577e82deb2
commit 60d9f054e0
4 changed files with 10 additions and 5 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -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"
},
{