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 | 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 | Oct 11, 2022 | Power Apps
Hi folks, In this quick post, I will describe in simple words and a few screenshots how you can add a search box to your canvas app. Add New screen Insert Text Input Insert Vertical gallery On the left hand side pane, select data – + Add data – Connectors...