Tag Archives: Canvas Apps

Creating Custom Data Views in Canvas Apps with Power Fx Functions

While working on a Canvas App within Power Apps, we encountered a scenario where we needed an automated calculation to handle tax computations. Typically, this would require creating a new calculated field within the Dataverse to perform the calculation. However, adding a calculated field to the Dataverse seemed unnecessary in this case, as the calculation was… Read More »

Pro Tip – How to use UpdateIf() in Canvas App

Let us explore the use and functionalities of the UpdateIf() Function using some simple examples. Requirements Suppose, we have created a data table in our canvas app, where we have some records. We have created an option set field on the Account form with the name ‘Preference’ where we have different options i.e. Basic, Premium,… Read More »

Use of Print function in Canvas Apps

Introduction We recently came across a requirement to create a mobile app to show the product information. So we have decided to develop an app in the Canvas App. The salesperson can use this app to collect information about the needs of the customer, such as a record of products that the customer wants. After… Read More »