Category: Canvas App

  • Navigation in Canvas App

    Navigation in a canvas app refers to the ability to move between screens or views within an app. Canvas apps offer several ways to navigate between screens, including buttons, links, and menus. Here are some common methods for navigating between screens in a canvas app: When navigating between screens in a canvas app, you can…

  • Formulas in Canvas App

    Formulas are a key feature of canvas apps that allow you to create powerful and dynamic applications. In simple terms, formulas in canvas apps are expressions that perform calculations, manipulate data, and control the behavior of controls, screens, and other app elements. Formulas in canvas apps are built using a combination of functions, operators, and…

  • OnFailure Trigger in Canvas App

    The OnFailure trigger is a common trigger used in canvas apps, which fires when a form control fails to submit data to a data source. This trigger is used to perform actions when a user submits a form and the data fails to save to the data source. The OnFailure trigger allows you to specify…

  • OnSuccess Trigger in Canvas App

    The OnSuccess trigger is a common trigger used in canvas apps, which fires when a form control successfully submits data to a data source. This trigger is used to perform actions when a user submits a form and the data is successfully saved to the data source. The OnSuccess trigger allows you to specify actions…

  • Master Screen in Canvas App

    A master screen in a canvas app is a screen that serves as a navigation hub for your app. It typically contains buttons, links, or icons that allow the user to navigate to other screens in the app. The master screen provides a consistent interface that the user can rely on as they move through…

  • Publish Application in Canvas App

    Here are the steps to publish an application in Power Apps canvas app: Example: Let’s say you have built a simple expense tracking app in Power Apps canvas app, and you want to publish it so that your team members can use it to track their expenses. Here are the steps you would follow:

  • OnTimerEnd Trigger in Canvas App

    The OnTimerEnd trigger is a common trigger used in canvas apps, which fires when a timer control reaches its specified duration. This trigger is used to perform actions when a timer control completes its countdown. The OnTimerEnd trigger allows you to specify actions that should be performed when a timer control reaches its specified duration.…

  • OnVisible Trigger in Canvas App

    The OnVisible trigger is a common trigger used in canvas apps, which fires when a screen or a control becomes visible to the user. This trigger is used to perform actions when a user navigates to a screen or when a control becomes visible after being hidden. The OnVisible trigger allows you to specify actions…

  • OnChange Trigger in Canvas App

    The OnChange trigger is another common trigger used in canvas apps, which fires when the value of a control changes. This trigger is used to perform actions when a user enters data into a control, such as a text input, a dropdown, or a date picker. The OnChange trigger allows you to specify actions that…

  • OnSelect Trigger in Canvas App

    The OnSelect trigger is a common trigger used in canvas apps, which are custom applications built using Microsoft Power Apps. This trigger fires when a user clicks or selects a control, such as a button, a dropdown, or a gallery item, in a canvas app. The OnSelect trigger allows you to specify actions that should…