by George Chrysovaladis Grammatikos | Sep 25, 2024 | Billing, Power Apps, Power Automate, Power Pages, Power Platform
The purpose of this post is to walk you through the steps of developing a new Pay-as-you-go billing policy for the Power Platform. Prerequisites A valid Azure subscription An empty Azure Resource group A Power Platform environment (Sandbox or Production) Have...
by George Chrysovaladis Grammatikos | Aug 17, 2024 | Power Automate, Power Platform
Occasionally, some flows have to run certain days within a month, and not necessarily every week. Now let’s see how you can implement it in your flow. For this example, I will create a flow that has a Recurrence trigger that will run every 1st and 20th of every...
by George Chrysovaladis Grammatikos | Jul 7, 2024 | Power Apps, Power Platform
One of the main limitations of PowerApps was the fact that only one individual could edit the application at a time. Three years ago (November 2021), Microsoft announced the experimental Git version control feature for the Power Apps studio. With the Git version...
by George Chrysovaladis Grammatikos | Jun 29, 2024 | Power Automate, Power Platform
Sending multiple attachments from a One Drive folder to an external mailbox using a Power Automate flow can be very easy using a few steps (actions). Trigger For the demo purposes, I will use a manual trigger. Actions At the next, I will Initialize an array variable...
by George Chrysovaladis Grammatikos | May 7, 2024 | Power Apps, Power Platform
Environment variables are used to store configuration settings, such as API endpoints, connection strings, or any other values required by multiple components within a Power Apps environment. When you define these variables at the environment level. Your apps and...
by George Chrysovaladis Grammatikos | May 1, 2024 | Power Apps, Power Platform
A Power Apps solution is a container that contains one or more apps or other Power Apps components such as environment variable(s), entities (tables), flows, site maps, web resources and many more others. Solutions are mainly used when implementing Application...