Skip to content

[New-Commandlet] Get-PnPDeletedFlow #4396

Merged
gautamdsheth merged 2 commits intopnp:devfrom
NishkalankBezawada:NewCmdLet-Get-PnPDeletedFlows
Oct 10, 2024
Merged

[New-Commandlet] Get-PnPDeletedFlow #4396
gautamdsheth merged 2 commits intopnp:devfrom
NishkalankBezawada:NewCmdLet-Get-PnPDeletedFlows

Conversation

@NishkalankBezawada
Copy link
Collaborator

Type

  • Bug Fix
  • New Feature
  • Sample

What is in this Pull Request ?

New Command, to list all soft-deleted Power Automate flows within an environment

Get-PnPDeletedFlow

Returns all soft-deleted Power Automate flows within an environment

SYNTAX

All (Default)

Get-PnPDeletedFlow [-Environment <PowerAutomateEnvironmentPipeBind>] [-Connection <PnPConnection>] [-Verbose]

DESCRIPTION

This cmdlet returns Deleted Power Automate Flows meeting the specified criteria.

EXAMPLES

Example 1

Get-PnPDeletedFlow

Returns all the deleted flows in the default Power Platform environment belonging to any user

Example 2

Get-PnPPowerPlatformEnvironment -Identity "MyOrganization (default)" | Get-PnPDeletedFlow

Returns all the deleted flows for a given Power Platform environment belonging to the any user

PARAMETERS

-Environment

The name of the Power Platform environment or an Environment object to retrieve the available flows for.

Type: PowerAutomateEnvironmentPipeBind
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: The default environment
Accept pipeline input: False
Accept wildcard characters: False

Thanks,
Nishkalank

@gautamdsheth gautamdsheth merged commit d3a64a9 into pnp:dev Oct 10, 2024
@gautamdsheth
Copy link
Collaborator

Thanks a lot @NishkalankBezawada , merged it !
Much appreciated !

@NishkalankBezawada NishkalankBezawada deleted the NewCmdLet-Get-PnPDeletedFlows branch October 13, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants