Hi,
My flow with PowerApps, SP is almost done. The layout in Outlook is awesome except i need to change checkbox from true/false. When i check the flow, is this the column:
@{triggerBody()?['Testcolumn']}. I tried the combination but till know, nothing works. When i copy my examples, Flow doenst see the TestColumn, who sees my fault?
if(equals{(triggerBody()?['testcolumn']},True),'Yes','No')
if(equals@(triggerBody()?['testcolumn'],True),'Yes','No')
if@(equals@(triggerBody()?['testcolumn'],True),'Yes','No')
if(@equals@(triggerBody()?['testcolumn'],True),'Yes','No')