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 / Patching Yes/No Column...
Power Apps
Answered

Patching Yes/No Column OptionSetValue

(0) ShareShare
ReportReport
Posted on by 2 Moderator
Hi,
 
I'm having an issue patching my Yes/No column values. I have several Yes/No data cards in my canvas app, but I'll use this one for an example.
Patch(
    'LOA Requests',
    Gallery1.Selected,
    {
        HasFMLAHoursAvailable: DataCardValue4.Selected.Value
    }
);
The value selected is 'Yes':
I don't get any errors when I submit the Patch function, but the record doesn't change to 'Yes' in the table:
I've tried several different variations of this code, but none work/give several errors. This is the only one that doesn't give any errors, it just doesn't do what I expect it to.
 
Any help is appreciated.
 
Thank you!
I have the same question (0)
  • Verified answer
    Nandit Profile Picture
    1,568 Moderator on at
     
    I think your code will work if your replace your Dropdown with a Toggle control. As Yes/No column expects true or false.
    For your current code to work, you will need to update the code to this:
    Patch(
        'LOA Requests',
        Gallery1.Selected,
        {
            HasFMLAHoursAvailable: If(DataCardValue4.Selected.Value = "Yes", true, false)
        }
    );
     
    Hope this helps. 
     
    Kind regards, 
    Nandit
     
    If this answers your query, please mark this response as the answer.
    If its helpful, please leave a like. Thanks!
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard