-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Found By TestersIssue discovered during QA testing phaseIssue discovered during QA testing phaseVSCodeIssues or PRs specific to VS Code extensionIssues or PRs specific to VS Code extensionbugSomething isn't workingSomething isn't working
Description
Severity
P3 - Medium (Minor functionality affected)
Describe the Bug with repro steps
- Create a workspace in Vs code
- Create a logic app project under the workspace
- Complete the logic app project creation setup
- Open the designer
- Add a http request trigger
- Add a compose/ response action
- Save the workflow
- Click the Parameters button.
- Select Create Parameter.
- Enter a valid name in the name field.
- Choose "Array/Boolean/Float/Int/String/Object" as the Type.
- 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
Labels
Found By TestersIssue discovered during QA testing phaseIssue discovered during QA testing phaseVSCodeIssues or PRs specific to VS Code extensionIssues or PRs specific to VS Code extensionbugSomething isn't workingSomething isn't working