Category: Power Platform

  • Libraries in Canvas App

    In Canvas apps, libraries are a way to store and reuse custom code that can be shared across multiple screens and apps. A library can contain one or more custom functions that you define, which can be used in formulas throughout your app. Libraries are particularly useful if you have complex or frequently used formulas…

  • Custom Functions in Canvas App

    Custom Functions in Canvas app are user-defined functions that can be created to perform specific tasks or calculations within the app. These functions can be created using the Power Apps formula language and can be used anywhere within the app where formulas are supported. Creating custom functions in a Canvas app can be useful for…

  • Triggering Functions in Canvas App

    In Canvas App, triggering functions are used to execute certain actions or operations when a specific event occurs, such as a button click or a data source update. There are various types of triggering functions available in Canvas App, including: These triggering functions can be used in combination with other functions, such as data manipulation…

  • Logical Operations Function in Canvas App

    In Canvas apps, logical operations are used to test conditions and evaluate whether they are true or false. These operations can be used to control the flow of a program and execute specific actions based on certain conditions. Here are some of the logical operations that can be used in Canvas apps: These logical operations…

  • Date time Function in Canvas App

    Date/time functions in Canvas apps are used to perform various operations on date and time values, such as adding or subtracting time intervals, extracting specific components of a date or time value, formatting date or time values, and more. These functions can be useful when working with date and time data in Canvas apps, such…

  • Math Function in Canvas App

    Canvas apps provide a wide range of Math calculation functions that can be used to perform complex calculations and manipulations. Some commonly used Math calculation functions in Canvas apps include: These functions can be used in various combinations to perform complex mathematical calculations and manipulations in Canvas apps.

  • Text Formatting Function in Canvas App

    Text formatting functions in a Canvas app are used to modify the appearance and layout of text in controls such as labels, text inputs, and text boxes. These functions can be used to adjust font size, style, color, alignment, and more. Here are some commonly used text formatting functions in Canvas apps: Text: This function…

  • Data Manipulation Function in Canvas App

    Data manipulation functions in Canvas apps allow you to filter, sort, search, and transform data that is being used in your app. These functions are used to retrieve specific data from a data source, or manipulate data that is already in the app. Here are some details about data manipulation functions in Canvas apps: In…

  • Built-in Functions in Canvas App

    Canvas apps in Microsoft Power Apps come with a wide range of built-in functions that can be used for things like data manipulation, formatting, navigation, and more. Here are some details about built-in functions in Canvas apps: In summary, built-in functions in Canvas apps provide a powerful set of tools for working with data, formatting…

  • 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…