About 3,870,000 results
Open links in new tab
  1. Boolean function - Power Platform | Microsoft Learn

    Apr 19, 2025 · Converts a text string, number, or untyped value to a Boolean value. Description. Use the Boolean function to convert other types to a Boolean value. A Boolean value is true, …

  2. Boolean logic in Power Apps - SharePains by Microsoft MVP …

    Jul 22, 2022 · Boolean logic in Power Apps 2 Set(varMyArray,["Test"]); Set( varDetails, ( (CountRows(varMyArray) = 0) Or (CountRows(varMyArray) = 1 And Index( …

  3. Power Apps Variables [Different Variable Types With Examples]

    Dec 11, 2024 · In this article, we’ll discuss Power Apps Variables, it’s different types, and how to use it in the Power Apps Canvas application. Additionally, we will see how to create and read …

  4. How to set global variable with Power Apps OnStart property

    Aug 10, 2023 · It creates table of multiple records with same properties. You can adjust the data type of each property and add multiple records/objects as per your requirements. alternatively …

  5. How To Work With Power Apps Variables? - Power Platform FAQs

    Oct 2, 2024 · Here is the syntax to create a global variable in PowerApps. Set(VariableName, Value) Example: Here is an example. Set(UserName, "John Doe") In this example, a global …

  6. Power Apps Variables - SQL Server Tips

    Jul 28, 2021 · There are two formulas that allow the maker to create a variable. These are Set () and UpdateContext (). Set () is used for creating a global variable (available throughout the …

  7. How To Create & Reuse Functions In Power Apps - CongruentX

    The trick is to use a toggle control. Put your code block in the “OnChange” property, and set the Default property to a boolean variable. Whenever you need the function, just change that …

  8. Variables in Canvas Power Apps | Global and Context

    Sep 26, 2020 · Global Variables as the name suggest, run through the entire App itself and can be changed and altered when needed. Global variables can hold boolean, string, number etc. …

  9. Complete Guide on Variables in PowerApps - HKR Trainings

    Jan 22, 2024 · How to Create a Context Variable in PowerApps? Choose "Canvas App from blank" in PowerApps. Enter "ContextVariable" as the app name and select the Tablet layout.

    • Reviews: 9K
    • Understand variables in canvas apps - Power Apps | Microsoft Learn

      Jan 25, 2025 · Create and remove variables. All variables are created implicitly when they appear in a Set, UpdateContext, Navigate, Collect, or ClearCollect function. To declare a variable and …

    • Some results have been removed
    Refresh