@ChaitanyaNaykodi-MSFT still not able to get the If statement.
I want to achieve
If row label is Y then I want to output as No, in that Row
I wrote: @if(equals(item()['dataCells'][2]?['label'], Y), 'no', 'yes')"
I think instead of equal I need to use string compare not sure can u guide