Share via

New Azure View Run History

Lily Nguyen 0 Reputation points
2026-06-03T19:00:39.03+00:00

Azure automatically updated to the new view and now, I cannot view my run history. Every time I expand my "for loop" for inspection, the platform crashes.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-03T19:00:54.8766667+00:00

    The new run history experience in Azure Logic Apps can display and inspect runs, including actions inside loops, but there are known limitations around reruns and complex loop/concurrency scenarios.

    For inspection and troubleshooting without expanding the loop in the portal:

    1. Open the workflow’s run history instead of expanding the loop inline:
      • For Consumption: In the Azure portal, open the logic app → OverviewRuns history, then select the specific run.
      • For Standard (stateful workflows): In the workflow menu under Tools, select Run history, then select the run.
    2. From the run details page, select the loop action itself (without expanding every iteration) to view high-level status and duration.
    3. To inspect specific actions inside the loop without relying on the new UI expansion behavior, use diagnostics logging with Azure Monitor logs as described in the run-history documentation. This allows querying trigger, run, and action events (including loop iterations) outside the portal UI.

    If the portal consistently crashes when expanding a For each loop:

    1. Avoid using the “rerun from this action” feature on For each loops, as rerun support explicitly excludes For each actions and all actions inside and after the loop. Instead, rerun the entire workflow:
      • Open Runs history → select the run → Resubmit.
    2. If detailed per-iteration inspection is required, enable diagnostics logging to Azure Monitor logs and analyze the loop’s actions there rather than expanding the loop in the portal.
    3. If the crash persists across browsers and sessions, capture the run’s Correlation Id from Run details and open a support ticket so the portal issue can be investigated with that identifier.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.