Category Archives: Canvas Apps

Use Git Version Control to develop a Canvas App in network mode

In this blog post, we’ll explore the process of allowing multiple users to collaborate on “The Canvas App” simultaneously from anywhere. By leveraging this functionality, we can connect our Canvas App to Git, enabling other users to collaborate on the same app. In this scenario, Git serves as a repository, it allows you to create,… Read More: Use Git Version Control to develop a Canvas App in… »

Offline Capabilities in the Canvas app within Dynamics 365 – Part 1

Canvas Apps, a pillar of Power Platform, allows users to design apps with a focus on user experience and functionality. The “Mobile Offline” feature extends the capabilities of Canvas Apps by enabling offline usage. Users can now interact with Canvas Apps seamlessly even in environments with limited or no internet connectivity. The app synchronizes data… Read More: Offline Capabilities in the Canvas app within Dynamics 365 –… »

Design Canvas App using the Figma UI kit

In today’s digital age, user experience is of utmost importance, and design plays a crucial role in creating compelling and user-friendly applications. Figma has emerged as a powerful design tool for teams, making collaboration and design iteration easier than ever before. If you’re building a canvas app, integrating Figma can allow you to seamlessly bridge… Read More: Design Canvas App using the Figma UI kit »

Modern Controls and themes within the Canvas App

Microsoft Power Apps gives us the capability to construct a business app with low-code ease based on our business processes. We can design screens in Canvas apps by utilizing various controls provided to automate the process, thereby improving productivity. This enables us to work more efficiently. Recently, Microsoft has released modern controls and themes that… Read More: Modern Controls and themes within the Canvas App »

Choose Between Model or Canvas-Based Low Code Power Apps: Which One Fits Your Business Requirements?

Introduction Say goodbye to complex coding! Low-code development is a way of crafting software that demands minimal coding expertise. It uses templates and drag-and-drop tools to create applications quickly and efficiently. In this blog post, we will explore the benefits of low-code development, the differences between low-code and traditional development, and the best low-code development… Read More: Choose Between Model or Canvas-Based Low Code Power Apps: Which… »

Power BI Integration with Canvas App in Microsoft Dynamics 365 CRM

Microsoft provides the ability to develop Power BI reports in order to have an analytical history of the data at a glance. There can be various visuals used to get meaningful information. There are various ways we can integrate the Power BI report in Microsoft Dynamics 365 CRM, such as Power Pages, Canvas Apps, and… Read More: Power BI Integration with Canvas App in Microsoft Dynamics 365… »

How to use Autocomplete of Dataverse Search in Canvas App?

Recently, I was working on a requirement in the Canvas app regarding autocomplete. We wanted to display the auto-complete suggestion based on the account names as they were typed in. After fiddling around with the requirement, I stumbled upon the Dataverse Search. Microsoft recently came out with Dataverse Search API, which consists of various search… Read More: How to use Autocomplete of Dataverse Search in Canvas App? »

‘With’ Function in Power Apps(Power Fx)

The Power Fx/Canvas Apps include a variety of functions for carrying out operations. In this blog, we’ll look at the “with” function in the Power Fx command/Canvas App. Using the With function, you may split up lengthy formulas into smaller ones, or “sub-formulas,” making them simpler to understand. Similarly, it is decreasing the number of data requests… Read More: ‘With’ Function in Power Apps(Power Fx) »