power platform

power platform

1636 bookmarks
Custom sorting
How to get notifications on PnP samples shared on GitHub
How to get notifications on PnP samples shared on GitHub
How to get notifications on PnP samples shared on GitHub Power Automate can be used to get notifications for PnP samples shared on GitHub or to get reminded on any commits and pull requests in any of your favorite GitHub repos.
tommypuglia·pnp.github.io·
How to get notifications on PnP samples shared on GitHub
Microsoft Power Up Program for career switchers
Microsoft Power Up Program for career switchers
The Microsoft Power Up Program enables non-tech professionals to successfully advance into a new career path in multiple Power Platform specialist roles.
tommypuglia·powerup.microsoft.com·
Microsoft Power Up Program for career switchers
Getting Started with the Creator Kit for Power Apps - Carl de Souza
Getting Started with the Creator Kit for Power Apps - Carl de Souza
The Creator Kit for Power Apps is a toolkit developed by Microsoft’s Power CAT team and the community. It helps you “easily create consistent, beautiful, and effective user experiences for custom business applications”. All controls are built on the FluentUI framework that is used throughout Microsoft applications, so using these controls means your app will have a beautiful, native Microsoft user experience. In this post, we will look at how … Continue reading Getting Started with the Creator Kit for Power Apps
tommypuglia·carldesouza.com·
Getting Started with the Creator Kit for Power Apps - Carl de Souza
Fluent UI Details List with Context in Custom Page - Carl de Souza
Fluent UI Details List with Context in Custom Page - Carl de Souza
The Microsoft Creator Kit provides a nice details list control based on Fluent UI. In this post, we will look at how to pass context to a custom page and display records using the details list for Power Apps. We will go through an example of showing related contacts of an account record in a side pane. First, let’s create a new custom page. We will edit the Sales Hub app … Continue reading Fluent UI Details List with Context in Custom Page
tommypuglia·carldesouza.com·
Fluent UI Details List with Context in Custom Page - Carl de Souza
Power Fx via Custom API
Power Fx via Custom API
With the release of Dependent Assemblies (preview) we can now use 3rd party libraries directly within plugins without the need for questionable ILMerge hacks. Lets use this to expand on the previous blog, Using Power Fx in Cloud Flows, so that we can more simply use Power Fx within a cloud flow.
tommypuglia·philcole.org·
Power Fx via Custom API
What's New in Excel (September 2022)
What's New in Excel (September 2022)
Welcome to the September 2022 update. We are excited to announce the release of Check Performance for Excel web users to help speed up your workbooks and modern comments for Windows users to allow for a more streamlined commenting experience across products. For Insiders using Mac, you can now shape...
tommypuglia·techcommunity.microsoft.com·
What's New in Excel (September 2022)
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
In this post, we will look at how to implement Custom Tracing in Monitor and App Insights with Power Fx. First, let’s create a new Custom Page, and add a button to the page with the label “Run Trace”: The syntax for the trace function from the Microsoft documentation is: Let’s add the following Trace statement to the OnSelect of the button. Note the 3rd parameter is an object where … Continue reading Custom Tracing in Monitor and App Insights with Power Fx
tommypuglia·carldesouza.com·
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
Creating Themes with the Power Apps Creator Kit - Carl de Souza
Creating Themes with the Power Apps Creator Kit - Carl de Souza
In a previous post, we looked at how to install and use the Power Apps Creator Kit to create beautiful and consistent user experiences in Power Apps. In this post, we will look at how to use the Fluent Theme Designer in the Power Apps Creator Kit to create themes for your apps. Let’s start with the Canvas Reference Apps. There are 3 apps – canvas template, canvas kit reference … Continue reading Creating Themes with the Power Apps Creator Kit
tommypuglia·carldesouza.com·
Creating Themes with the Power Apps Creator Kit - Carl de Souza
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Earlier this year in March, as part of the 2022 Release Wave 1, Microsoft introduced the Modern Advanced find to replaced what we have known as Advanced find for the past 20 years or so. It was definitely time to modernize this, but there were a few shortcomings to this new release which caused many customers to hold off and wait until the missing functionality has been developed and made available to customers.
tommypuglia·ariclevin.com·
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Power Apps Named Formulas - Aric Levin's Digital Transformation Blog
Power Apps Named Formulas - Aric Levin's Digital Transformation Blog
Last Friday, September 16th, Microsoft introduced Name Formulas to Power FX. Named Formulas, and old concept that has been part of Microsoft Excel for a long time has now been brough to Power FX (currently experimental only). With Named Formulas we can simplify app initialization, reduce load time and logic and improve overall app maintenance
tommypuglia·ariclevin.com·
Power Apps Named Formulas - Aric Levin's Digital Transformation Blog
An overview to improving User Experience in Power Apps — Low Code Lewis
An overview to improving User Experience in Power Apps — Low Code Lewis
A topic that I find particularly interesting with developing low code software on the Power Platform, is the thought we put into our end users experience of interacting with our solutions. A very key element to the scale at which users confidently and willingly adopt our application with high usage,
tommypuglia·lowcodelewis.com·
An overview to improving User Experience in Power Apps — Low Code Lewis
What’s new: Power Apps September 2022 Feature Update
What’s new: Power Apps September 2022 Feature Update
Welcome to the Power Apps monthly feature update! We will use this blog to share a summary of product, community, and learning updates from throughout the month so you can access it in one easy place. A variety of new and highly anticipated features are now available which we are very excited to share. These … <p class="link-more"><a href="https://powerapps.microsoft.com/en-us/blog/whats-new-power-apps-september-2022-feature-update/" class="more-link">Continue reading<span class="screen-reader-text"> “What’s new: Power Apps September 2022 Feature Update”</span></a></p>
tommypuglia·powerapps.microsoft.com·
What’s new: Power Apps September 2022 Feature Update
Introducing Test Engine: An open platform for automated testing of canvas apps
Introducing Test Engine: An open platform for automated testing of canvas apps
We’re excited to announce the initial preview of Test Engine, an evolution of our Power Apps testing tools. Test Engine builds upon the key use cases of Test Studio, but takes it in a new, powerful direction through open source collaboration and use of the Playwright browser testing platform. The goals of Test Engine are to provide customers with a robust testing platform for all types of Power Apps, and to make it super easy to integrate automated testing into your app development processes.
tommypuglia·powerapps.microsoft.com·
Introducing Test Engine: An open platform for automated testing of canvas apps
PowerApps Parse JSON Examples | Power Apps
PowerApps Parse JSON Examples | Power Apps
In this blog post, we will discuss what is the PowerApps Parse JSON function, how to use, and how to extract information from the JSON to use in PowerApps.
tommypuglia·devoworx.net·
PowerApps Parse JSON Examples | Power Apps