Tag Archives: Canvas App

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()… »

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 »

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 »

Use Relevance Search API in Power Automate & Canvas App – Part 2

Introduction In the previous blog, we obtained the response from the Relevance Search API request through Power Automate Flow. In this blog, we will use that response in the Canvas app. We will see how we can leverage the potential of Relevance search in the Canvas app. If you are not familiar with how to… Read More: Use Relevance Search API in Power Automate & Canvas App… »

Use Relevance Search API in Power Automate & Canvas App – Part 1

Introduction Relevance Search has been there for a while in our Dynamics 365 CRM that provides access to exciting new search capabilities in the environment. However, before you use this feature, an administrator must enable relevance search in target environment. Using relevance search we can search across multiple tables/entities, sorted by relevance. Let us say… Read More: Use Relevance Search API in Power Automate & Canvas App… »

How to Use DataSourceInfo in Canvas App

Introduction Recently, we had a requirement to create a mobile app to track leads. So, we decided to develop an app in Canvas App. Canvas App is no code/low code business app where you can design the app by dragging and dropping elements onto a canvas. We built a Lead tracking information app where the… Read More: How to Use DataSourceInfo in Canvas App »

How to Debug an App using Canvas App Monitor

Introduction The PowerApps is an application development service to build custom and business applications. Using custom business apps, users can connect to data and work on the web and mobile. After the development of business applications, some users want to identify where they are getting the error from or want to just check the performance.… Read More: How to Debug an App using Canvas App Monitor »