I have a PowerApp that displays a field from an entity which is two options, Yes or No. I want to add an icon to the PowerApp screen that will be an 'X' if the value is No or a checkmark if the value is Yes.
How do I use an if statement on the icon to check the datacardvalue to see if it is yes or no? Is that possible?