Hi guys,
I am getting crazy here.
I want to create a report from my list objects.
But I want it to display Yes or No and not True or False
Whatever I do it only displays No, even what I can see that it is True in "Get item" and should be Yes
What am I doing wrong?
I have tried both below expression.
if(equals(triggerBody()?[' Direktiv från Beställare/ombud '], true), 'Yes', 'No')
if(equals(triggerBody()?['Direktiv från Beställare/ombud'],'true'),'Yes','No')
But it always reports No