web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / SharePoint Yes / No fi...
Power Apps
Unanswered

SharePoint Yes / No field appearing in display form as True / False

(3) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

 

I have created a PowerApp that connects to a SharePoint list. 

The SharePoint list is just used to create a daily check list and virtually all the fields on the list are of type Yes / No.

When adding / editing a list item via the PowerApp everything appears correctly, but when viewing the form in the PowerApp display mode the options appear as True / False?

I want them to appear as Yes / No as this is what the user selected and it is inconcistent to then ask them to view forms that are full of True / False.

has anyone experienced this issue before? The only options for the Yes / No field in the display for is the toggle option, or the text option (True / False)

 

Any help on this issue would be greatly appreciated.


Thanks,
Chris

Categories:
  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi Chriscolohan,

     

    Thanks for your feedback.

     

    I have an app based on SharePoint list, about the Yes/No(check box) column type, I am getting the same issue with you.
    >On the Browse Screen, it is shown as true/false.

    1.png

    >On Display Screen, there are two options for the Yes/No field, View Text(true/false) and View Toggle.
    2.PNG


    >On Edit Screen, there are four options for the Yes/No field, Edit Options(Yes/No), Edit Toggle, View Toggle, View Text(true/false).

    3.PNG

     

    So the Yes/No field is inconsistent on each screen. As a temporary, may I suggest you use Toggle instead of using Viet Text or Edit Options? As we can easily understand what it means. I am trying to report this issue from my side, and I will back to you once I got any response.

     

    Best regards,
    Mabel Mao

  • rklbrady Profile Picture
    2 on at

    Hi,

     

    Have you found how to change this? I am having the same issue and it is causing some confusion in both appearance and in coding the visibility of other cards for me.


    Thanks!

  • nickduxfield Profile Picture
    497 on at

    For sharePoint Lists.

    If the amount of columns are small say 1-3.

    Create a calculated column at the site columns level preferrably in the content type. If you cant get to those, just add one in for each item in the list. If(BooleanColumn1=True,"Yes,"No")

     

    Tackle all of them with an ifstatement on the Display Form with the Boolean control set to ViewText instead of toggle.

    Now go to the default field: If(ThisItem.Boolean=true,"Yes","No")

  • yhlow Profile Picture
    36 on at
    Hi, I use Json for the column formatting with some help from the team is work perfectly. https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#style-guidelines ============== Yhlow 20 hours ago how to replace the Boolean display as true/false to something like "active/inactive" ?Edit (0) DeleteLikeReply Avatar for AmyH_ms AmyH_ms 4 hours ago @yhlow { "elmType":"div", "txtContent": { "operator": "?", "operands": [ "@currentField", "Active", "InActive" ] } } LikeReply Avatar for yhlow Yhlow 46 minutes ago Thanks @AmyH_ms is work.Edit (0) =======================================
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Have you tried to change control of the Yes/No to another one?

  • yhlow Profile Picture
    36 on at

    Hi @Anonymous

    powerapps and sharepointpowerapps and sharepoint

    Hope this is help, as display in powerapps as enable/disbale and same to sharepoint list view. but the actual is boolean yes/no. 

  • 041780957 Profile Picture
    20 on at

    Wow man it's cool it's work for me.. thank you dude

  • mstavra Profile Picture
    247 on at

    I know that this is a very old question but since i wanted also to change the printing result from true/false to yes/no i used the following formula on the label i print the result:

     

    Text: If(ThisItem.Training ,"Yes","No") where training is the yes/no column on my sharepoint list.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard