[XMLvaliationintegration][Bundle]: The Response 1 action settings disappear after we debug and run the workflow .
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P1 - Critical (Blocking production)
### Describe the Bug with repro steps
**Repro steps:**
1. Install VSIX version 5.273.0.
2. Create a logic app workspace and start a new project.
3. Set up the Bundle version and URL in host.json and localsettings.json.
4. Open the designer.
5. Add an HTTP request trigger, XML validation, Response, and a parallel action as response 1.
6. 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.
7. Configure the Response action with a status code of 200.
8. 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."
9. Save the workflow.
10. Click debug.
11. Launch Insomnia.
12. 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.
Note: if we save and debug the workflow multiple times it is working fine.
### 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
```json
```
### Screenshots or Videos
[XMLintegration.zip](https://github.com/user-attachments/files/26112787/XMLintegration.zip)
[Xmlvlidationfailure.zip](https://github.com/user-attachments/files/26113005/Xmlvlidationfailure.zip)
### Environment
Issue is in latest vs code request
VSIX version: 5.273.0
Bundle version:1.161.3
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.