-
How to create a Power Platform Publishing Profile
Tutorial on how to create a Publishing Profile for your first Power Platform solution.
-
How to sort an array using Power Automate
Learn how to sort an array using Power Automate. In this post I share a Power Platform solution containing two example Cloud Flows demonstrating how an array can be sorted. I also briefly explore performance results of running actions in parallel verses serial with some surprising results.
-
Navigating Microsoft Power Automate Licensing: Challenges, Considerations, and Compliance
Navigate the complexities of Microsoft Power Automate licensing with insights on challenges, considerations, and compliance. Learn about potential risks, licensing rules, and best practices for organizations using Power Automate. Get guidance on avoiding license breaches, managing premium connectors, and ensuring compliance with Microsoft licensing requirements. Stay informed and take proactive steps to maintain licensing compliance…
-
“The Age of #AI has begun” said Bill Gates
March 2023 has been an extraordinary month with the launch of GPT-4 on March 14th, closely followed by #Microsoft’s launch of Copilot preview on March 16th, and Bill Gates’ article, “The Age of AI has begun,” on March 21st.
-
Error Handling using a Power Automate Child Flow
In the context of an article, I wrote; I was asked if I had intended for the error handling steps to be encapsulated within a ‘Child Flow’. I scratched my head and replied what a good idea!
-
Using SharePoint REST API to GET List properties: ListItemEntityTypeFullName
To find the ListItemEntityTypeFullName property for a SharePoint List, use REST API calls with either the List ID or ListName in the URL. Append “?$select=ListItemEntityTypeFullName” to get the property specifically. For detailed information, consult Microsoft’s guide on working with lists via REST.
-
A Guide to Error Handling in Power Automate Flow
In this article, I share a strategy for proactively informing administrators and support staff when something has gone wrong within their mission-critical Cloud Flows.
-
Hide or show fields in New or Edit forms
Microsoft has made it easier to customise “modern” SharePoint Online Lists and Libraries Forms natively. But what do you do if you need to managing a “classic” Form or the edit for option is just not available?