I've a workflow with a Switch-action in it. In this switch there are 9 branches and a default branch.
Depending on the "Country"-value it goes to a specific branch and in each branch a variable "CountryCode" will be set.
But in this case the input value is "Netherlands" and the switch goes to the "Netherlands"-branch, but when it sets the CountryCode it uses the value of the "default"-branche.
Describe the Bug with repro steps
I've a workflow with a Switch-action in it. In this switch there are 9 branches and a default branch.
Depending on the "Country"-value it goes to a specific branch and in each branch a variable "CountryCode" will be set.
But in this case the input value is "Netherlands" and the switch goes to the "Netherlands"-branch, but when it sets the CountryCode it uses the value of the "default"-branche.
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Browser
Google Chrome Version 130.0.6723.117 (Officiële build) (64-bits)
Additional context
No response