by George Chrysovaladis Grammatikos | Oct 20, 2024 | Power Apps, Power Platform
Businesses need flexible and efficient billing solutions in today’s rapidly evolving digital landscape. A standout Microsoft Power Platform feature is the pay-as-you-go billing plan. This blog post will guide you through the capabilities the pay-as-you-go...
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...