Skip to content

Last parameter value not saved correctly, only first character is stored when saving multiple parameters. #8280

@vgouth

Description

@vgouth

Severity

P3 - Medium (Minor functionality affected)

Describe the Bug with repro steps

  1. Create a workspace in Vs code
  2. Create a logic app project under the workspace
  3. Complete the logic app project creation setup
  4. Open the designer
  5. Add a http request trigger
  6. Add a compose/ response action
  7. Save the workflow
  8. Click the Parameters button.
  9. Select Create Parameter.
  10. Enter a valid name in the name field.
  11. Choose "Array/Boolean/Float/Int/String/Object" as the Type.
  12. Enter appropriate value in the Value field as per type selected.

Expected: If we have 'n' number of parameters, when we save the parameters, all parameters should be saved with the value we give.

Actual: If we have 'n' number of parameters, when we save the parameters, the last parameter is not getting saved with the value we given. It is taking on the first character while saving the parameters. It is seen both in parameters panel and parameters. Json panel.

What type of Logic App Is this happening in?

Standard (VSCode)

Are you experiencing a regression?

5.165.0

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

workflow parameters last parameter.zip

Environment

VSIX Version: 5.185.3

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Found By TestersIssue discovered during QA testing phaseVSCodeIssues or PRs specific to VS Code extensionbugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions