Does anyone know if it is possible to display "Yes" or "No" instead of "true" or "false" when displaying a Boolean field in a gallery in PowerApps? I have the true value set to Yes and the false value set to No but in the gallery it is displaying as true and false.
Thank you in advance.
Solved! Go to Solution.
If(ThisItem.yourboolianvalue,"Yes","No") as text property of a label.