Goodday,
Im working on a sharepoint form in powerapps and I want a picture to be shown based on the value of another field.
Basically I have a supplier in the column 'Leverancier' and based on that value I want that logo to show up
The formula should be simple but i'm doing something wrong, who can help me out here
For now I only have 2 suppliers but that can change in the future obviously.
If(DataCardValue2="TKF";'TKF-logo-300x300';'Infraconcepts-e1634802949803')
