Learn how to add a custom button to a SharePoint list using SPFx (SharePoint Framework) and connect it to a Power Automate flow. This step-by-step guide walks you through creating a command set extension, integrating it with a flow, and enhancing SharePoint automation. Perfect for boosting productivity with Microsoft 365! 🚀
Link to github both files typescript and manifest.json:
https://github.com/TheAndrewHess/2024/blob/main/ListButtonSPFx.zip
Chapters:
0:00 Introduction
0:49 Create a Power Automate Flow
2:45 Test with a Button in a SharePoint Site
4:30 Create SPFx List Command Set
6:15 Update Serve JSON and Trust Dev Cert
7:55 Trust Dev Cert
8:40 Out of the Box ListView Command Set
10:00 Cleaning out the code to very basic
11:55 Creating a new Method to Start Flow
14:10 Creating an HTTP Request
15:30 Testing Power Automate
16:20 Adding Dialog back
17:48 Adding a custom logo
19:08 Conclusion