Skip to content

[XMLvaliationintegration][Bundle]: The Response 1 action settings disappear after we debug and run the workflow . #8939

@v-ksruthi

Description

@v-ksruthi

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.

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

Image

Environment

Issue is in latest vs code request
VSIX version: 5.273.0
Bundle version:1.161.3

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Found By TestersIssue discovered during QA testing phaseSerializationVSCodeIssues or PRs specific to VS Code extensionbugSomething isn't workingpriority:highCritical issues needing immediate attention

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions