Hello. I've tried for hours to get a text field in an html table to show "Yes', when it's value is yes in the SharePoint list and '' (no value) when the value is "No'.
I've initialized a string variable to:
if(equals(item()?['SetListtxt'], 'Yes'), 'Yes', '')
As a test I added the actual field so I can ensure it's working.
It should view in the HTML table as: [dynamic field value]/[variable] so: Yes/Yes, No/ , etc. but all I'me getting is Yes/ , No/ menaing the variable expression is not working and I dont underdtaand why. I thought it was supposewd to bew as simple as Excel if statements but this is furthest from.
HELP
I've included pertinent images for reference.
Thanks