Azure Cloud, DevOps & Power Platform

  • Function Syntax in Canvas App

    Functions in Canvas apps follow a specific syntax that includes the function name, any parameters, and additional options or arguments that may be required. Here’s a breakdown of the function syntax in Canvas apps: In summary, the syntax for functions in Canvas apps includes the function name, parameters, and options/arguments, along with operators and the…

  • Functions in Canvas App

    In a Canvas app in Microsoft Power Apps, a function is a piece of code that performs a specific task or calculation. Functions can be used in various ways to create dynamic and interactive Canvas apps. Here are some details about functions in Canvas apps:

  • App-Level Triggers in Canvas App

    App-level triggers in canvas apps are events that can be used to perform specific actions or automate tasks in response to certain user interactions or system events within the app. These triggers are available for use across all screens within the app and can be set up from the app settings. There are several types…

  • Data Source Triggers in Canvas App

    Canvas apps in Microsoft Power Apps allow you to create custom applications that can be connected to various data sources, such as SharePoint, Dynamics 365, Excel, and SQL Server. To keep the data in your app up-to-date, you can use data source triggers to automatically refresh the data from the connected data source. Data source…

  • Timer Triggers in Canvas App

    Timer triggers in a Canvas app are used to perform specific actions or tasks after a specified amount of time has elapsed. Timer triggers can be useful in many scenarios, such as automating background tasks, displaying a message for a limited time, or updating data periodically. To use a timer trigger in your Canvas app,…

  • Control Triggers in Canvas App

    In a Canvas app, control triggers are used to perform specific actions or tasks in response to user interactions with various controls, such as buttons, forms, galleries, or data cards. Control triggers are a powerful feature that allows you to customize and automate the behavior of your app based on user actions or other events.…

  • Triggers in Canvas App

    In a Canvas app in Power Apps, a trigger is a mechanism that initiates an action or a series of actions in response to an event or a condition. Triggers can be used to automate tasks, streamline workflows, and enhance the user experience of the app. Here are some types of triggers that you can…

  • Edit Forms in Canvas App

    In a Canvas app in Power Apps, you can use edit forms to allow users to create or modify records in a data source. Here are the basic steps to create and customize an edit form in a Canvas app: Any changes you make to the form will affect all instances of the form in…

  • Property Assignment in Canvas App

    In a Canvas app in Power Apps, you can assign values to properties of various controls, screens, and other components to dynamically change their behaviour and appearance. Here are the basic steps to assign a property in a Canvas app: For example, if you want to change the text displayed on a label control, you…

  • Data Cards in Canvas App

    Data cards in a Canvas app refer to the containers used to display and edit data from a data source. These data cards are typically used in conjunction with data controls such as galleries, forms, or tables to present data to users and allow them to interact with it. Data cards can display a single…