Hi everyone,
I have created a sharepoint list and configure the column to be Yes or No. It will indicate a tick for Yes while for No it will be left blank. When i configure my automation for the select action i have use expression if(equals(item()?['field_3'],true),'Yes','No') to generate the Yes or No. It ran successfully however instead of Yes for true cases (tick), it generated No instead in the following create HTML table. Attach is my flow and portion of the detail for visibility.
Any help is appreciated.
Flow overview


HTML Table
Sharepoint list
Expression
if(equals(item()?['field_3'],true),'Yes','No')