Hey there,
I'm getting an error on my flow when I try to evaluate a Switch condition and trying to evaluate the Choice value. Here is the error below:
The execution of template action 'Switch' failed: The result of the evaluation of 'scope' action expression '@items('Apply_to_each')?['RevisionFrequency']?['Value']' is not valid. It is of type 'Null' but is expected to be a value of type 'String, Integer'.
And here is a screenshot:

What I'm doing is I want to check if the Choice value corresponds to any of my cases that I set up, but that error shows up. Can anyone tell me what I'm doing wrong?