How can I achieve below conditions in ADF dynamic expression:
if variable=a then A
if variable=b then B
else C
I'm able to achieve only true or false condition in IF but here I want to verify multiple conditions. No switch case function available in adf dynamic expression.