Making a copy of a flow inside a solution in Power Automate is a bit convoluted. Here’s how to do it.
Category Archives: Programming
a collection of software/web development resources
How to: Fix unsupported WordPress themes in order to work with modern versions of jQuery (e.g. the Curator theme by the Molitor)
New jQuery versions break the Curator theme for Wordpress. Follow the steps to repair errors such as jQuery.fn.live() is deprecated.
How to: Resolve “Something went wrong” when adding an SPFx webpart to Microsoft Teams
Ensure you allow the webpart to be deployed tenant-wide.
How to: Check the currently installed SPFx version
The answer is in “npm ls”
How to: Troubleshoot the error message “Cannot start the Azure Storage Emulator. Please run ‘AzureStorageEmulator.exe start’ as administrator and try again.”
The above error message is thrown by Visual Studio, when it fails to load the Azure Storage Emulator. In my…
How to: circumvent the error “The authenticity of wordpress-x.y.z.zip could not be verified as no signature was found” when trying to update your WordPress version
That’s a bizarre error message, but you can easily update WordPress via FTP.
Basics: Method chaining, Async/Await, Anonymous Functions, Fat Arrow [TypeScript]
A quick introduction to method chaining, async and anonymous functions for the absolute beginner
How to: Resolve the error “The webparts manifests list is empty” when packaging SPFx solutions
The error message is misleading with this one, but it’s a simple fix.
How to: Resolve “Part URI is not valid” (SPFx)
Resolving the issue “Invalid SharePoint App Package. Error: Part URI is not valid per rules defined in the Open Packaging Conventions specification” seems to have a lot to do with the code’s working directory structure.
How to: Setup your development environment for lightweight Angular with TypeScript coding (updated for JSOM coding)
Editors You will need to install an IDE to work in. You can choose whichever works for you, but the…