Does anybody of a sample of how to open an external app using the Launch function? For example, if I want to open the "calc.exe", what would be the syntax? The tutorial shows to use the app ID, but I'm not sure how to get the app ID.
Thank you,
Wayne
-Reference-
Download, Launch, and Param functions in PowerApps
Syntax
Download( Address )
- Address - Required. The address of a web resource to download.
Launch( Address [, ParameterName1, ParameterValue1, ... ] )
Address - Required. The address of a webpage or the ID of an app to launch.
ParameterName(s) - Optional. Parameter name.
ParameterValue(s) - Optional. Corresponding parameter values to pass to the app or the webpage.
Param( ParameterName )
- ParameterName - Required. The name of the parameter passed to the app.