Enable-AdminFlow
Starts a flow.
Syntax
Enable-AdminFlow
-EnvironmentName <String>
-FlowName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Enable-AdminFlow cmdlet starts the specified flow.
Examples
Example 1
Enable-AdminFlow -EnvironmentName Default-[Guid] -FlowName [Guid]
Starts the specified flow in the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
ID of the environment of the flow to start.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
ID of the flow within the environment that you specify.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |