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 | 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 –...
by George Chrysovaladis Grammatikos | Jan 12, 2023 | Power Apps, Power Platform
The goal of this post is to demonstrate in practice the types of variables you can use when creating a Canvas application. There are three types of variables in power apps: Context : This type of variable are active for as long as you are on a specific screen; if you...
by George Chrysovaladis Grammatikos | Dec 25, 2022 | Power Apps, Power Platform
A collection in Canvas Apps is a table where you can store data. You can do this by using the Collect function. You can read more about the Collection function on the links below: Collect Create and update a collection in a canvas app How it works In this example, you...
by George Chrysovaladis Grammatikos | Dec 10, 2019 | Azure, General
In this quick post, I will try to explain how easily we can create a bearer token and use it to authenticate on Azure REST API. Prerequisites Azure Active Subscription Azure CLI or Cloud Shell Postman Create The Bearer Token For the demo purposes, we are going to use...