Power Automate Glitch: When Initialize Variable Quietly Loses Its Value
If you rely on default values in Power Automate’s Initialize variable action, watch out—it can occasionally fail without throwing an explicit syntax error. Read more»
If you rely on default values in Power Automate’s Initialize variable action, watch out—it can occasionally fail without throwing an explicit syntax error. Read more»
Microsoft pitch Power Apps and Power Automate as the natural successors to InfoPath – but can they actually get the job done? Historically, InfoPath allowed developers to inject custom C# or VB code, a feature they heavily relied on. A common corporate scenario went like this: a manager with a basic understanding of development would […] Read more»
In a recent project, I needed to create a SharePoint list and add an index to it, triggered by the addition of a web part to a page. The goal was to fully automate the process using the SharePoint REST API, eliminating the need for any manual intervention by administrators. Here’s how I achieved this. Read more»
Below you can find a PowerShell script to copy items from one SharePoint list at one site to another SharePoint list in another site. I use it with several modifications to work with the data in test environments. Read more»
When I started to work with SPFX solutions for SharePoint, I couldn’t understand how to load external CSS files. I came up with one solution, but it was a crutch. I did it with embedding <styles> tag into JSX. It looked like this: Read more»