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

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.

Create approve & reject ribbon buttons, once click on approve it should change the status field to approve.If clicked on reject it should change to Reject. Based on status field change trigger work flow to send a email to stating request is approved/Rejected.

How to get and set values in plugins?