Hi, I've just started learning C# and in a project I was working on I was able to take a switch statement and say something along the lines of "If A == B && A >= C" I noticed that when doing switch statements in power automate desktop you only have the option to choose a single operator in the cases. So I can really only do something like "If A == B" instead of a double check which would be useful for trying to get an automation that will only do an action if both conditions are met. I'd imagine there is a longer way of doing this than simply having double operators in the a case, but if there is I'm having trouble finding it.
Any assistance would be much appreciated.
Thanks,
Jon