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

Community site session details

Session Id : Wh9wQHIRTLFWeRzwIWLi7K
Power Apps - Building Power Apps
Unanswered

Using choices in PowerApps connected to SharePoint List

Like (0) ShareShare
ReportReport
Posted on 4 Apr 2024 11:17:49 by 43

Hi, I am creating a simple tick box app and I am having trouble with getting the Yes/No answer back into SP List.

 

I have set up a connection between the two and I have also visually done what I need to do.

 

However, when the Yes/No answer is selected from the "EditForm1" and I've clicked the "Submit" button.

 

The Title and comment goes into the list, but the Yes/No answers do not. It is just blank.

 

Why is this? Any resolution to this?

I have the same question (0)
  • Ramanachiappan Profile Picture
    179 Moderator on 04 Apr 2024 at 12:53:06
    Re: Using choices in PowerApps connected to SharePoint List

    Hi  @FredatMaproom,

    If the backend column is configured as a Yes/No field, you can utilize the true or false statements when employing the patch function. Please refer to the code snippet below for an example:

    If(dropdown.Selected.Value = "Yes",true,false) 

     

    Best regards, 
    Ramanachiappan M

     

    If my response was helpful, please select "Accept as solution" to close the item. Your thumbs up would be highly appreciated if you found it useful. Thank you!

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…