Forum Discussion
DynamicsHulk
Feb 03, 2024Copper Contributor
Azure Logic App workflow (Standard) Resubmit and Retry
Hello Experts, A workflow is scheduled to run daily at a specific time and retrieves data from different systems using REST API Calls (8-9). The data is then sent to another system through API ca...
Kidd_Ip
Dec 08, 2025MVP
Implementing Retry policies is the appropriate and industry-accepted method for handling transient API failures. The Resubmit feature is intended primarily for manual intervention and diagnostics and is not suitable for automated error handling across multiple child workflows:
Handle errors and exceptions in workflows - Azure Logic Apps | Microsoft Learn