by George Chrysovaladis Grammatikos | Oct 2, 2023 | Power Apps, Power Automate, Power Platform
Each of us who have implemented Power Automate flows has had to add a flow to a Power Apps application at some point. I will show you a workaround for adding Instant flows to Power Apps solutions when this is not possible. Problem Description In the...
by George Chrysovaladis Grammatikos | Jun 2, 2023 | Power Apps, Power Platform
Hi folks, in this short post I will try to explain how the “If” function work through examples. The If function in Power Apps is used to perform conditional operations depending on given criteria. The If function allows you to evaluate a condition and do...
by George Chrysovaladis Grammatikos | May 3, 2023 | Power Apps, Power Platform
Hi folks, in this quick post I will demonstrate the basic steps to upload file(s) to Azure Blob storage. Prerequisites An active Microsoft Azure subscription An Azure Blob Storage (Here is a link that shows how to deploy Azure Blob Storage for demonstration purposes)...
by George Chrysovaladis Grammatikos | Apr 8, 2023 | Power Apps, Power Platform
The purpose of this post is to demonstrate how you can use a Power Apps Canvas app to perform CRUD operations on an Azure SQL database. To demonstrate the CRUD operation I used the Wide World Importers sample database, and specifically the Application. People table....
by George Chrysovaladis Grammatikos | Feb 4, 2023 | Power Apps, Power Platform
Hello folks, In this short post, I will explain how to use pen input control with two simple examples: projecting the pen input as an image and collecting the pen input as a value. Project the Pen Input to an image. In the Power Apps studio, select + Insert –...