PowerAutomate / Flow resubmissions

Since January 9, when you resubmit a flow, an alert message informs you that "Flow run resubmissions are disabled for instant flows. Please contact your tenant admin to enable support".

Since January 9, when you resubmit a flow, an alert message informs you that « Flow run resubmissions are disabled for instant flows. Please contact your tenant admin to enable support ».

You can change this setting (for the entire tenant, i.e. for all environments) via the tenant’s PowerPlatform administration or via PowerShell.

By PowerPlatform Admin Center

1. Click on Settings > Power Automate flow run resubmission

By PowerShell

Please sign in to your tenant account.

Add-PowerAppsAccount -Endpoint "prod" -TenantID <Tenant_ID>

Store tenant settings in TenantSettings.

$tenantSettings = Get-TenantSettings

Set the powerPlatform.powerAutomate.disableFlowRunResubmission flag to False to enable flow run resubmissions for cloud flows initiated by instant triggers.

_tenantSettings.powerPlatform.powerAutomate.disableFlowRunResubmission = $False
Set-TenantSettings -RequestBody $tenantSettings
Share the Post:

Related Posts

PowerApps Patch Date

Patch is THE method for creating a record. It’s a magical method, because it also allows you to update information on the one hand, and target different data sources on the other.

Read More »

PowerApps Mettre à jour une date

Patch is THE method for creating a record. It’s a magical method, because it also allows you to update information on the one hand, and target different data sources on the other.

Read More »

PowerApps Patch / Update

Patch is the Swiss army knife for updating data in SharePoint. You need to specify which record you wish to update. Different methods are then possible.

Read More »