Hi everybody
I'm trying to create an if statement in an gallery which shows if ThisItem.Field is Yes or No. Field is an option set where it can be Yes or No. I want to return either "No" or "Yes" depending on what the Field is.
I tried:
If(ThisItem.Field = "No", "No", "Yes")
but I get an error saying Incompatible type. We can't evaluate your formula because the values being compared in the formula aren't the same type.
Can anybody help me with this problem?
Best regards
Eva