Hi everyone,
I'm building a Power App based on a sharepoint list.
One of the fields in sharepoint is yes/no.
When I display this data in a table in my PowerApp it shows correctly if the field is selected as text column:
true
false
true
false
But when I choose the column to be boolean column it shows the data incorrectly as
tick
tick
tick
tick
Functionally it works fine with the text column, but I would prefer stylistically to have ticks in boxes.
Thank you 😃