Add-AdminFlowPowerAppContext
Add Power App context to the specific flow.
Syntax
Add-AdminFlowPowerAppContext
-EnvironmentName <String>
-FlowName <String>
-AppName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Add-AdminFlowPowerAppContext cmdlet adds Power App context to the specific flow. Use Get-Help Add-AdminFlowPowerAppContext -Examples for more detail.
Examples
EXAMPLE 1
Add-AdminFlowPowerAppContext -EnvironmentName Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877 -FlowName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -PowerAppName c3dba9c8-0f42-4c88-8110-04b582f20735
Add flow 4d1f7648-ad60-4871-91cb-b77d7ef3c239 flow in environment "Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877" to the context of Power App 'c3dba9c8-0f42-4c88-8110-04b582f20735' in the same environment.
Parameters
-ApiVersion
The API version to call with. Default 2018-01-01.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
Specifies the Power App ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |