My existing logic app has several action based on the case. as per my requirement i have to include new case. have also included as below
and below is the C# code which i have used for accessing the case
on running this code throws 502 BAD GATEWAY ERROR. But when i try to access the existing case, the code does not throws any error.
on analyzing the overview, it has Expression Evaluation Failed Error.
i am passing the value for the switch as 'report', but it is considering the value as NULL.
Please help me to fix this error.