An Azure service that automates the access and use of data across clouds without writing code.
hi Ruoxuan Zhang (LTIMindtree Limited) & thx for sharing urs issue here at Q&A portal,
look like two separate service-side failures. The intermittent InternalServerError from the Agent action is most likely a transient backend issue. A retry policy would normally be the right mitigation for a 5xx response, but only when that action supports configurable retries. Logic Apps documentation confirms that retry policies apply to supported actions and can also be added through code view.
The save operation returning another InternalServerError is the more important issue. That means the designer or workflow validation backend is rejecting the configuration before it can even be deployed. Try adding the retryPolicy directly in code view. If saving still fails, this isn’t something that can be fixed in the workflow logic.
Microsoft will need the failed run ID, workflow save correlation ID, exact UTC timestamps, region, Logic App type, and the Agent action definition. They should check both the Agent runtime telemetry and the Microsoft.Logic workflow validation logs.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/