


Power Automate Tips – Part 1: Local Cache
This article is part of the series of useful tips and tricks that can be used in Power Automate flows. In part 1 of this series, I will explain how to reduce the number of queries that are executed in a flow by creating a local dictionary to act as a cache. Creating a...
Creating Code Components Using React and Power Apps CLI
In this article, we are going to learn how to create a simple react code component using the Power Apps CLI and PCF library. As you may know, the code component allows us to create custom UI controls to customise the way users interact with the user interface in...
Deleting a file from a SharePoint Library
This article aims to explain some issues and how to resolve them on common tasks when working with SharePoint files in Power Automate such as creating a new file, querying document libraries, and deleting files. these tasks seem to be easy to implement using the...