- 05 Aug 2026
- 4 Minutes to read
- Print
- DarkLight
- Download PDF
Configuring Power Automate tasks
- Updated on 05 Aug 2026
- 4 Minutes to read
- Print
- DarkLight
- Download PDF
Overview
Power Automate tasks let you configure scheduled jobs that automatically resubmit failed Power Automate flow runs. You define filter conditions and a schedule — Turbo360 identifies matching failed runs and resubmits them on your behalf.
Business value
Failed Power Automate flow runs can silently break downstream business processes that depend on automated workflows. Automated tasks eliminate manual resubmission, reduce recovery time, and ensure consistent flow execution across your Business Applications without operator intervention.
How it works
When an automated task runs, Turbo360 queries the Power Automate flow for failed runs within the configured time window and applies your filter conditions to select which runs to resubmit. Only runs that match all specified filters are resubmitted. If no filters are configured, all failed flow runs within the time window are resubmitted.
Turbo360 then triggers a resubmit action for each selected run and records the outcome in the task history. You can review results, completed counts, and any errors from the task history view.
Steps
Use the following steps to create and configure a Power Automate automated task. Navigate to Business Applications > Automated tasks to get started.
Create a Power Automate task
Creating an automated task schedules Turbo360 to automatically resubmit failed Power Automate flow runs based on the filters and schedule you define.
- Click New configuration.
- Select Power Automate as the resource type.
- Select the target flow from your Business Application.
- Configure the schedule for the task.
- Under Resubmit filters, configure one or more of the following:
- Failure Occurrence — resubmit runs that failed within the past x hours from the task run time. Set x to match your acceptable failure window.
- Failure Reason — resubmit only runs whose failure reason matches one of the values you specify.
- Trigger — resubmit only runs that were initiated by one of the selected flow triggers.
- Run Action — resubmit only runs where the specified run actions are in the expected state. If you also set a Failure Reason, the run action's failure reason must match one of the provided reasons.
- Under Notifications, configure your notification channels and recipients (see Notifications).
- Click Save.
If no filters are selected, Turbo360 resubmits all failed Power Automate flow runs within the configured time window.

Alert configuration
Configure notifications in the final section of the automated task configuration panel. You can set one or more notification channels and provide individual email addresses or a group distribution list.
Under Advanced settings, you can restrict when notifications are sent:
- Send alerts only when the automated task fails — you receive a notification only if the task itself fails to execute.
- Send alerts only when the completed count is greater than 0 — you receive a notification only when at least one run was resubmitted.
Enabling both options notifies you when the task fails or when the completed resubmission count exceeds zero.

Example scenario
Your customer-onboarding Power Automate flow occasionally fails due to a transient connection error in a connector. Rather than checking for failures each morning, you configure an automated task to run every hour. You set Failure Occurrence to 1 hour and Failure Reason to ActionFailed. Each hour, Turbo360 identifies any flow runs that failed with that reason in the past hour and resubmits them automatically. You enable Send alerts only when the completed count is greater than 0 so that you only receive an email when a resubmission actually occurs.
Troubleshooting
Automated task runs but no flow runs are resubmitted
Cause: The filter conditions are too restrictive, or no Power Automate flow runs failed within the configured time window.
Fix: Review the Failure Occurrence window and confirm that failed runs exist in the flow run history within that period. Broaden or remove filters to verify.Task fails with an authorization error
Cause: The service principal or connection used by Turbo360 does not have sufficient permissions on the Power Automate flow.
Fix: Verify that the connection credentials and permissions for the target flow are valid and that Turbo360 has access to resubmit runs.Resubmitted runs fail again immediately
Cause: The underlying cause of the original failure has not been resolved (for example, a connector or downstream service is still unavailable).
Fix: Investigate the failure reason in the flow run history. Address the root cause before relying on automated resubmission.Notifications are not being received
Cause: Notification channels are not configured, or the Advanced settings filters are preventing delivery.
Fix: Confirm that at least one notification channel and recipient is configured. If Send alerts only when the completed count is greater than 0 is enabled, verify that resubmissions are actually occurring.Task history shows no records
Cause: The task has not yet run, or runs are being filtered before reaching the resubmit stage.
Fix: Check the task schedule and confirm it is active. Review the task's last run time in the Automated Tasks list.