posts
Power Automate: Save Run Flow URL to SharePoint List Item
Power Automate: Save Run Flow URL to SharePoint List Item When running a Power Automate flow, capturing and saving the flow’s run URL to a SharePoint list item can simplify troubleshooting and auditing. This allows you to easily revisit the flow run details in case of failures or for review purposes. However, note that flow run URLs are only available for 30 days, so older links may no longer work.
posts
Troubleshooting M365 Tenant Latency Issues
Latency Issues Accessing Microsoft 365 Sites - SharePoint, Admin Center When using a SaaS (Software as a Service) product like Microsoft 365, troubleshooting performance issues can be challenging due to the lack of server-level access. This limitation makes it difficult to analyze network traffic or monitor server resources like CPU, RAM, or storage, which could impact the performance of SharePoint sites.
We were experiencing errors, timeouts, delays, and non-functional features for users.
posts
Adding a Copy Button to Code Blocks in Hugo with Netlify
Introduction Adding a “Copy Code” button to code blocks in your Hugo blog can significantly enhance the user experience, especially for technical blogs. With the help of GitHub Copilot, I implemented a solution to add a copy button above code blocks, styled similarly to GitHub’s copy button.
This blog post walks you through the steps to achieve this functionality using JavaScript and CSS. By the end, you’ll have a fully functional “Copy” button that appears in the top of your code blocks.