How to write Multiple "if" Conditions with out Using "Nested-if"

Hi @adarsh_kotagiri

We can use multiple “if” in assign activity ternary operator logic, modified the xaml you attached. Check if it works for you.

If no condition is met, string.empty will be displayed orelse you can give your default value.

IF_Condition_Exmpl_Modified.zip (10.7 KB)

Thanks,

2 Likes