Hi, I'm looking for a solution for the following:
I have an excel where I list dangerous goods. These goods have danger symbols. In my excel sheet I have different columns with, when applicable for the product, an 'X' in the cell with the danger symbol.
Now I uploaded the pictures of these symbols in PowerApps Studio. I also displayed them. Now I want to add a condition to the displaying of these images. When there's an 'X' in excel in a column, then the image needs to be displayed, else not. I tried to use this - Disabled=If(flammable="X",false) - but that didn't work.
Thanks