Hello Power Automate Community,
Wondering what I'm i missing? Using the following Expression. So when i run the flow is only returning "No".
SharePoint list column Type: Yes/No
if(equals(triggerBody()?['Does_x0020_this_x0020_project_x00'],True),'Yes','No')


Thank you in advance.