Open vgouth opened 1 week ago
Expected: Join lines should not overlap with response, compose1 and compose 2 actions.
Actual:Join lines overlapping with response, compose1 and compose 2 actions.
Consumption (Portal)
Windows
New Designer
Yes
{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "contentVersion": "1.0.0.0", "triggers": { "When_a_HTTP_request_is_received": { "type": "Request", "kind": "Http" } }, "actions": { "Scope": { "type": "Scope", "actions": { "Compose": { "type": "Compose", "inputs": "abcd" } }, "runAfter": {} }, "For_each": { "type": "Foreach", "foreach": [ 1, 2 ], "actions": {}, "runAfter": {} }, "Condition": { "type": "If", "expression": { "and": [ { "equals": [ 1, 1 ] } ] }, "actions": {}, "else": { "actions": {} }, "runAfter": {} }, "Response": { "type": "Response", "kind": "Http", "inputs": { "statusCode": 200 }, "runAfter": { "For_each": [ "SUCCEEDED" ] } }, "Compose_1": { "type": "Compose", "inputs": "abcd", "runAfter": { "For_each": [ "SUCCEEDED" ] } }, "Compose_2": { "type": "Compose", "inputs": "xyz", "runAfter": { "For_each": [ "SUCCEEDED" ] } }, "Response_1": { "type": "Response", "kind": "Http", "inputs": { "statusCode": 200 }, "runAfter": { "Scope": [ "SUCCEEDED" ], "Condition": [ "SUCCEEDED" ], "Compose_1": [ "SUCCEEDED" ] } } }, "outputs": {}, "parameters": { "$connections": { "type": "Object", "defaultValue": {} } } }, "parameters": { "$connections": { "value": {} } } }
Edge
Version: 2.41028.1.6
Issue repro in latest test pass
Version : 0.2022.1.796
Describe the Bug with repro steps
Expected: Join lines should not overlap with response, compose1 and compose 2 actions.
Actual:Join lines overlapping with response, compose1 and compose 2 actions.
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Browser
Edge
Additional context
Version: 2.41028.1.6