Variables in Power Apps

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • During this video, we will talk about variables in Power Apps. As per other programming languages, Power apps also provide two types of variables. Global variables and Context variables. In Power Apps to create a Global variable, we are using the SET function and for the Context variable, we can use the UpdateContext variable. Both the variable can be used in the specific situations. This video explain you how to define the Global variables in PowerApps and how to create context variable in Power Apps. We will discuss about when to use which variable? So, stay tuned till end!
    Welcome to Power Apps step by step beginner tutorial series for Beginners. This is the complete beginner tutorial series for Power Apps Canvas Apps and Dataverse. The PowerApps series is fully focussed on beginners. Here, we will develop the complete Power Apps from scratch.
    Are you new into PowerApps? Do you want to learn PowerApps from scratch? Do you need complete PowerApps beginner series free at your home? Do you need practical knowledge of Power Apps? Do you want to prepare yourself to develop Production based Power Apps by your own? Then you're at right place!! This is the start of Power Apps Development!!
    Key Takeaways:
    Power Fx - SET
    Power Fx - UpdateContex
    When to Use set and when to use UpdateContext?
    Set Vs UpdateContex
    ********
    Chapters:
    00:00 Start
    00:24 What do we mean by Variable?
    01:25 Create Blank App
    02:30 Global Variables in Power Apps
    03:15 SET Function in Power Apps
    04:40 Use Global Variable
    04:49 Example of other Datatypes with SET Variable
    05:40 Check the Global Variable Value
    06:09 Create Record Value with SET function
    07:34 Get Record Property from SET function
    08:01 Define Global Variable on Start of the App
    09:26 Scope of Variable
    09:36 Summary of Global Variable in Real Life Apps
    10:14 Context Variable
    10:37 Define Context Variable
    10:51 UpdateContext PowerApps
    11:48 Define Multiple Context Variable Together
    12:25 Print Context Variable
    12:43 Set Vs UpdateContext in Power Apps
    13:00 TEST UpdateContext Variable
    13:50 Navigate Function to Define Context Variable
    15:22 Test Context Variable
    15:52 When to use SET Variable and UpdateContext Variable?
    18:03 Subscribe
    Useful Links:
    Power Apps Beginner Tutorials Playlist:
    • Power Apps Tutorials f...
    Chapter 0:
    PowerApps Tutorials for Beginners: Course Outline:
    • Power Apps Tutorial Se...
    Chapter 1 :
    Introduction to Power Apps - What & Why?
    • Introduction to Power ...
    Chapter 2: (JULY 06)
    Overview of PowerApps Tooling
    • Power Apps Tooling Ove...
    Chapter 3 (JULY 07)
    Create Microsoft 365 Developer Account
    • Create Microsoft 365 D...
    Chapter 4 (JULY 10)
    Overview of Environment and Solution in Power Apps
    • Overview of Power Apps...
    Chapter 5 (July 12)
    Variables in Power Apps
    • Variables in Power Apps
    Chapter 6 (July 14)
    Collection in Power Apps
    • Collection in Power Apps
    Chapter 7 to 22
    COMING SOON..RECORDING IN PROGRESS
    ********
    Follow Dhruvin on Social Media:
    Follow my other channel for short content: ‪@DigitalDhruvin‬
    Follow me on Instagram:
    / powerplatformguy
    Looking for Consultancy? Connect Here!
    powerplatformtrainings.com/co...
    Follow me on all social Media Handles:
    linktr.ee/dhruvin.shah
    #PowerApps #PowerAppsBegineers #PowerAppswithDhruvin #CanvasApp #PowerPlatform #DhruvinShah #digitaldhruvin #Microsoft

Комментарии • 21

  • @sumitkumardhar6064
    @sumitkumardhar6064 2 года назад +3

    World best approach to teach variable ..You are the Guru Dhruvin Bhai

  • @wachhagottoday
    @wachhagottoday 6 месяцев назад

    Thank you Dhruvin- This was such a helpful video spelled out and demonstrated so easily for someone who is new and learning global and local variables without a coding background.!

  • @jerusalem7050
    @jerusalem7050 4 месяца назад

    Thank you. Well explained Global and local Variables.

  • @charlesdawnbeltran9603
    @charlesdawnbeltran9603 4 месяца назад

    Great video. I have a question regarding creating a variable from a dataverse row. Why the variable is not extracting the values from the Choice and Yes/No columns.

  • @jafarshaikh2019
    @jafarshaikh2019 Год назад

    What a teaching skills .

  • @iamdeepshekhar
    @iamdeepshekhar 4 месяца назад

    Thank you for the great content

  • @karthickmr4244
    @karthickmr4244 Год назад

    Great,

  • @koteswaribapatla8075
    @koteswaribapatla8075 2 года назад

    Hi team, can you help me with my scenario:i have line graph where i have to show month wise actuals from Jan to dec and where ever month actual is blank has to shown based on last month with formula like divide (latest month,lastest month num)+latest month actuals.and also want to show the same formula for future months as well. For example i have actuals till May but i want to show the future months values also based on previous month actual with above formula.can some one advise the dax formula

  • @dandrem.4074
    @dandrem.4074 Год назад

    Thank you

  • @uyu96
    @uyu96 2 года назад

    is it possible to set variables from powerbi value to powerapps ?

  • @sangeetarora
    @sangeetarora Год назад

    Do we use variables only on command buttons ?

  • @shivapasupulati3103
    @shivapasupulati3103 Год назад

    super

  • @user-xm5yk5pj4d
    @user-xm5yk5pj4d Год назад

    Great Explanation the Best Trainer for Power Apps
    Global Variables Can Store the Records but I am not able to understand it is possible to store the Records in Local Variables, If Possible can You Pls Provide the Reference
    Thanks

  • @excel-k-sir
    @excel-k-sir 2 года назад +1

    Hello Dhruvin, While creating the global variable you ended it semi column(;) but when you defined the global variable on startup you never used the semi column.
    Please help

    • @iamdhruvinshah
      @iamdhruvinshah  2 года назад +1

      If you want to add second formula after set use ;
      Otherwise you can keep as is
      Hope it's clear

  • @chennakeshavanaidunallapat27
    @chennakeshavanaidunallapat27 2 года назад

    Can we change the value for Set Variables in another screens

  • @nikhil_joy
    @nikhil_joy Год назад

    glbFontSize is not getting set. In variables, it is showing as 'No value'.

    • @udaykiran-mw5yn
      @udaykiran-mw5yn Год назад

      if you set this variable in button onSelect, you to click on button to initialize the value
      By default there won't be any value for any variable