Latest Posts

What are the types of variable in PowerApps?

  • Local Variable (Context variable): UpdateContext() and Navigate() function are used to set the local variable. The scope of the variable is the entire App
  • Global Variable: Set() function is used to set the global variable. The Scope of the variable is the screen itself.
  • Global Variables: Collections are used to store the table and once the collection is set, it can be referred from anywhere in the app.

We value your Feedback:

Page URL:

Name:

Email:


Suggestion:

© 2024 Code SharePoint