Variables in Power apps

Types of variables

Power Apps has three types of variables:

Variables typeScopeDescriptionFunctions that establish
Global variablesAppSimplest to use. Holds a number, text string, Boolean, record, table, etc. that can be referenced from anywhere in the app.Set
Context variablesScreenGreat for passing values to a screen, much like parameters to a procedure in other languages. Can be referenced from only one screen.UpdateContext
Navigate
CollectionsAppHolds a table that can be referenced from anywhere in the app. Allows the contents of the table to be modified rather than being set as a whole. Can be saved to the local device for later use.Collect
ClearCollect

Comments

Popular posts from this blog

Relationship Behaviours in D365 crm

If any case created, then check for the same user how many cases are created with in 30 days, if more than 2 and less than 5 send a mail to team lead, if more than 5 and less than 9 then send a mail to manager using power automate.

Power Apps Cheat Sheet