PowerPlatform Environments
In today’s article, I will try to explain the different types of Power Platform environment, and the purpose (recommended use) of each type. As we know, when you start building…
PowerPlatform, Power Apps, Power Automate, PVA, SharePoint, M365, C#, .Net, SQL Server News, Tips….etc
In today’s article, I will try to explain the different types of Power Platform environment, and the purpose (recommended use) of each type. As we know, when you start building…
In my previous article, I have covered how you can get started with the Graph Api integration with Power Apps. If you have missed this article, you can jump back…
In today’s article, I will go back to the basics and try to explain in a simple way the differences between Set and UpdateContext functions in PowerApps. Basically, we will…
Integrating the Graph Api into your PowerApps opens unlimited options to your apps. With the new feature which allows PowerApps to understand and handle JSON responses from the GraphAPI …
A recurring question, should I use Patch or SubmitForm function to save my data from PowerApps to SharePoint (or any data source). Well, both functions are useful and can be…
In a previous article, I described how you can use OpenAI API to create a custom connector in order to interact and query Chat GPT. If you have missed this…
Date: 14-06-2023 | M365UK User Experience Adoption and On Boarding Process Implementation |Â Microsoft Reactor, London Link to the session: https://www.meetup.com/m365uk/events/293544786 Users nowadays expect Apps that not only run Bug Free…
In today's article, I will show you how we can send SMS messages from a PowerApps Application. Yes, SMSs are still a thing, and they are not going anywhere yet!…
Date: 25-05-2023 | Days of Knowledge | Düsseldorf Creating Business applications has been made very easy nowadays with PowerApps, however with a lot of Power Users coming from non-IT background, you…
One of the PowerApps functions which I personally think would take some of your apps to the next level is the PDF Function. This function allows you to generate Pdf…
Date: 27-04-2023 | Scottish PowerPlatform User Group |Â Online Link to the session: https://events.teams.microsoft.com/event/57083c38-711f-4843-9bb1-f6134380b5fa@b6c1220d-34e3-48e0-a53f-6d9d01c87312 When it comes to building Business Applications using the Power Platform, there are many aspects to consider…
On the 29Th March, Microsoft has announced a new set of controls available for PowerApps Canvas Applications. Enable the new controls In order to enable the new controls in your…
In Today's article, I will take you through the steps to create a custom PowerPlatform connector to communicate with Chat GPT. Create the custom connector 1. General Navigate to PowerAutomate,…
In today's article, I will explain how we can easily patch a SharePoint LookUp field. In our demo, we have two SharePoint Lists: Products List: which contains a list of…
[vc_row][vc_column][vc_column_text]In this article, I will show you how we can use PowerApps for reporting purposes. I know, PowerApps is not meant to be used as a reporting platform, but sometimes,…
In Today's Article, I will explain how we can easily save a signature from your PowerApps Application to SharePoint document library as an image file. Requirements: PowerApps App For this…
Today, we will look at how you can export data from your PowerApps applications to Excel. Basically, the scenario of today's post, is to dump a collection from PowerApps to…
Following the release of the Microsoft PowerApps Canvas App Coding Standards and Guidelines document couple of weeks ago, I am going in a series of articles to cover different aspects…
In the two previous posts, I covered the different data sources, and the impact of having a heaving OnStart event. Today, we will look at how we can improve PowerApps…
The second article in the Series of PowerApps Performances' Optimisation will be dedicated to the App.OnStart event. This Particular event is very handy when it comes to initialising your application…