Build and deploy SPFx form customizer

Build and deploy SPFx form customizer

Today Microsoft released the latest version of SPFx (v1.15). This version comes with the feature that I waited most for (and probably many SharePoint developers). This is a possibility to create a “native” list item custom form. Until this day, it was a very hacky process of making a custom webpart and redirecting users to it by using custom actions or list view JSON customizers. Now, this development model is fully supported by SPFx....

June 22, 2022 · 8 min · Kamil Rithaler
How to aggregate SharePoint list items in Power Automate

How to aggregate (SUM, AVG, COUNT etc.) SharePoint list items' data efficient in Power Automate

Let’s assume you need to summarize the sales data per salesman and prepare a monthly report that will be sent to the manager. How can you do this in Power Automate? The first thing that may come to your mind is to use SharePoint’s “Get Items” action to get all list items for the desired time frame and then calculate the sums yourself in the “Apply to each” loop. It may work for a small list but it will fail when we get to a larger number of items....

June 21, 2022 · 4 min · Kamil Rithaler
Chrome Extension Screenshot

Power Automate Chrome Extension

I bet every PowerAutomate consultant wonders if there is an easy way to replace all SharePoint site URLs or variables names in a flow definition 🤔 I could not find the answer, so I built this small (my first😊) Chrome/Edge extension allowing editing a flow as JSON in a web version of VS Code. Please, share this with your colleagues and feedback is much appreciated 😉 Link to GitHub Link to the Chrome Web Store Link to the Edge Add-ons listing

April 27, 2022 · 1 min · Kamil Rithaler