Power Apps Functions Cheat Sheet MD
Power Apps Functions Cheat Sheet MD
Color Functions
Sets a property to a built-in color
Color
value.
Datasource Functions
source
Provides information about a data
DataSourceInfo datasourceinfo_enum
source
column_name
Error Functions
Provides error information for
Errors previous changes to a data source
source
action … default_result
Information Functions
IsBlank Checks for a blank value expression
Logical Functions
logical_test1 true_value1
Returns one value if a condition is true
If logical_test2 true_value2
and another value if not.
… elsevalue
switch_value
… default_result
Math Functions
Abs Absolute value of a number number
Navigation Functions
Back Displays the previous screen. transition
Offline Functions
Clears a collection or all
ClearData collections from an app host such name
as a local device.
Other Functions
Treats a record reference as a specific
AsType valuetype table
table type.
Signals Functions
Acceleration Reads the acceleration sensor in your device.
Testing Functions
Evaluates to true or false in a
Assert expression
test.
Text Functions
Converts text to a true or false
Boolean text
value
Trigonometry Functions
Returns the arccosine of a number,
Acos number
in radians.
Variable Functions
Set Sets the value of a global variable. variable value
Web Functions
Downloads a file from the web to
Download address
the local device.
address parameter_name1