Category Archives: Canvas Apps

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 »

Reusable components using Component Library in Canvas Power Apps

Reusable components or code blocks have always been the best practice to be followed to avoid re-designing or coding the same components again and again. It also ensures a single centralized location to manage updates or changes. Any change made to this component or code block will auto reflect in all programs that this has… Read More: Reusable components using Component Library in Canvas Power Apps »

New Ideas panel in Power Apps Canvas App

Introduction To build a mobile app in Dynamics 365, Canvas App is the better option. Canvas App is a no-code/low code business app where you can design the app by dragging and dropping elements onto a canvas. Currently, Natural Language has been gaining popularity among developers. To not get left behind, canvas app has also… Read More: New Ideas panel in Power Apps Canvas App »

Custom Pages: A step towards disappearing lines between Canvas Apps and Model Driven Apps in Power Platform / Dynamics 365 CRM

Power Apps provides support for 2 types of design experience for Apps. Model-driven apps – Data first approach – more for backend end user with full form experience. Canvas Apps – Design first approach – more for the field users with a mobile experience with simple to use and easily accessible apps being designed to… Read More: Custom Pages: A step towards disappearing lines between Canvas Apps… »

Behavior Properties in Canvas Power App

Canvas App is no code/low code business app with which you can design the app by dragging and dropping elements onto a canvas. Canvas app is used to build mobile apps with various functionalities. Recently, we had a client requirement and to fulfill this requirement we needed to create multiple screens where some of the… Read More: Behavior Properties in Canvas Power App »

Error Handling in Canvas Apps Power Apps using IfError

Introduction Canvas App is no code/low code business app with which you can design an app by dragging and dropping elements onto a canvas. It is used to build mobile apps along with many functionalities. Recently, we had a requirement to create a feedback app for which we used Canvas App. As this app will… Read More: Error Handling in Canvas Apps Power Apps using IfError »

Using Enhanced Delegation for CDS in Canvas App

Introduction Canvas App is used to perform all kinds of functionalities on the mobile app. In some apps we need to perform various operations. For example, we can search a particular word using a specific letter and finding the count of records as a result. To achieve this, we use functions in the Canvas App.… Read More: Using Enhanced Delegation for CDS in Canvas App »