LogicAppsUX icon indicating copy to clipboard operation
LogicAppsUX copied to clipboard

When clicking on "Edit" from the Consumption Logic App Run History, the view is Read-Only

Open kaly-d opened this issue 4 months ago • 0 comments

Severity

P4 - Low (Cosmetic/minor inconvenience)

Describe the Bug with repro steps

Expected Behavior: Clicking on "{ } Edit' from a run history view in a Consumption Logic App should take the user to a view in Editable mode

Actual Behavior: After clicking "{ } Edit", the designer is read-only

Steps to Reproduce:

  1. Create a Logic App Consumption with a simple HTTP trigger
  2. Run it
  3. Open the run from the Run History
  4. Still in the Run History mode, click on "{ } Edit" on the top navigation bar
  5. The view is read-only

Note: This same steps in Standard Logic App works fine

What type of Logic App Is this happening in?

Consumption (Portal)

Are you experiencing a regression?

No response

Which operating system are you using?

Windows

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "contentVersion": "1.0.0.0",
        "triggers": {
            "When_an_HTTP_request_is_received": {
                "type": "Request",
                "kind": "Http"
            }
        },
        "actions": {},
        "outputs": {},
        "parameters": {
            "$connections": {
                "type": "Object",
                "defaultValue": {}
            }
        }
    },
    "parameters": {
        "$connections": {
            "type": "Object",
            "value": {}
        }
    }
}

Screenshots or Videos

Click on Edit from the Run History

Image

Trigger/Action cards are Read-Only

Image

Behavior in Standard:

Image Image

Environment

  • Browser: Edge

Additional context

No response

kaly-d avatar Sep 09 '25 19:09 kaly-d