Category Archives: Canvas Apps

How to incorporate fluent UI framework in Canvas Apps

To enhance the look and feel of the Canvas App, we can use a fluent UI framework by using the Creator Kit. The Creator Kit helps create Power Apps experiences on the web and mobile platforms with convenient components appearing in modern software. Prerequisites – The Power Apps code components for the Canvas Apps feature… Read More: How to incorporate fluent UI framework in Canvas Apps »

Exploring Power Apps Ideas (PREVIEW) feature in Canvas App Designer

It is common knowledge that while developing any canvas app we need to use many functions like sorting, filtering, etc. Here, we need to know the Power Fx formulae to apply any sorting or filtering on the controls. For example, there is a Gallery control, if we want to filter the records in the gallery… Read More: Exploring Power Apps Ideas (PREVIEW) feature in Canvas App Designer »

Create tables using Canvas App Designer within Power Platform

As we all know, to create the table in the Power Platform environment we have to go to the Power Apps Home and there we can find the table option inside the Dataverse navigation area. Now suppose you are designing a Canvas App using Canvas App Designer and you want to create a table to… Read More: Create tables using Canvas App Designer within Power Platform »

Track canvas app error in Power app monitor

Canvas App is a no-code/low-code business app where you can design the app by dragging and dropping elements onto a canvas. To build a mobile app in Dynamics 365, Canvas App is a good option.  It is primarily used to build mobile apps and also has many other functionalities. Suppose we have a requirement to… Read More: Track canvas app error in Power app monitor »

How to generate a random number using Rand() and RandBetween() function in Canvas App

Introduction In this blog, we will learn how we can create one random color in RGBA format by generating random numbers. Problem: We have a Canvas App, where we have created one Display Form. Here, we have displayed the list of categories of All Accounts in the color-coded format as shown in the below screenshot.… Read More: How to generate a random number using Rand() and RandBetween()… »

Deep Dive into the Creator Kit for Canvas Apps

Introduction Developers in today’s generation are moving fast with their development and to further help them with their pace for designing custom components for Canvas Apps, Microsoft has introduced a kit that includes all the essential components. This kit is nothing but a managed solution named Creator Kit. Now, the developers will not be required… Read More: Deep Dive into the Creator Kit for Canvas Apps »

Easily transform your visual design into Canvas App in Power Apps

Introduction In the recent release, we have a new function called “Image” in the Create app feature of Power Apps using which it’s now possible to create a Canvas app by just uploading an image of an app or form. Also, it will help app-makers to easily turn their designs or sketches into working apps… Read More: Easily transform your visual design into Canvas App in Power… »

Conditionally Modify the Dropdown in the Canvas App

Introduction: The Canvas app provides us with a visually rich representation of our data on mobile devices. Recently we came across a couple of requirements where we were needed to conditionally show respective options in the Dropdown and also conditionally disable the dropdown in the Canvas app. Now, let’s see the detailed steps on how… Read More: Conditionally Modify the Dropdown in the Canvas App »