Severity
P1 - Critical (Blocking production)
Describe the Bug with repro steps
Repro steps:
- Install VSIX version 5.273.0.
- Create a logic app workspace and start a new project.
- Set up the Bundle version and URL in host.json and localsettings.json.
- Open the designer.
- Add an HTTP request trigger, XML validation, Response, and a parallel action as response 1.
- In XML validation, for the content to validate, select the property token as 'body', set the source to integration account, and choose the address.xsd file.
- Configure the Response action with a status code of 200.
- Create a parallel response action with a status code of 400. For the body, use the "body" token from XML validation. In settings, under "Run after," select "Has failed" and uncheck "Is successful."
- Save the workflow.
- Click debug.
- Launch Insomnia.
- Choose "Post" and enter the workflow runtime URL. In Insomnia, select body > raw, and add valid XML.
Expected Result: Status in Insomnia should be 200. The run should appear as successful in the run history, the response action should be successful, and response 1 action should be skipped.
Actual Result: Status in Insomnia is 200. The run is successful in the run history, but both response action and response 1 action are shown as successful, and the response 1 settings have disappeared from the workflow.
What type of Logic App Is this happening in?
Standard (VSCode)
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
Screenshots or Videos
XMLintegration.zip
Xmlvlidationfailure.zip
Environment
Issue is in latest vs code request
VSIX version: 5.273.0
Bundle version:1.161.3
Additional context
No response
Severity
P1 - Critical (Blocking production)
Describe the Bug with repro steps
Repro steps:
Expected Result: Status in Insomnia should be 200. The run should appear as successful in the run history, the response action should be successful, and response 1 action should be skipped.
Actual Result: Status in Insomnia is 200. The run is successful in the run history, but both response action and response 1 action are shown as successful, and the response 1 settings have disappeared from the workflow.
What type of Logic App Is this happening in?
Standard (VSCode)
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
Screenshots or Videos
XMLintegration.zip
Xmlvlidationfailure.zip
Environment
Issue is in latest vs code request
VSIX version: 5.273.0
Bundle version:1.161.3
Additional context
No response