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 / check box patch column
Power Apps
Unanswered

check box patch column

(0) ShareShare
ReportReport
Posted on by 102
I would like to create a form with 3 check box to record if item A, item B, and item C already give to the related staff. What I want to do is that, I have a column in the sharepoint list with status,when all three checkbox is checked, patch the sharepoint list status column to complete.
If anyone of the item is missing, everytime edit or view the form, pop a error message and show what is missing. How can I set this function?
Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    You can try OnSelect of a Button:

    If(CheckboxA.Value=true&&

      CheckboxB.Value=true&&

      CheckboxC.Value=true,

    Patch(SPList,

        Defaults(SPList),

        {Status:"Complete"},Notify("Please Not all the Checkboxes are Selected))

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • leyburn19 Profile Picture
    2,157 on at

    Are you going to the form from a gallery? If so then on the OnSelect set a variable to the value of the field.  Then on the on visible to the view with the form have a popup message based on the value of the variable. This would the onvisible property to the popup

     

     

     

  • Pinoq Profile Picture
    102 on at
    Also,I have set the column as a checkbox in sharepoint list.But when I customize the form in power apps,I show as a drop down.could I know how can I change it to a check box?
  • eka24 Profile Picture
    20,925 on at

    Please Is your First request answered?

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Max44 Profile Picture
    223 on at

    Andree alluded to this in his first statement, but if you automate one part of a dropdown you need to automate ALL of the dropdown states. The formula has to go in the place you want the results. Whenever anyone manually changes the dropdown status, your formula will be overwritten. So you will need to automate all of the other stages. I've seen this done by using checkboxes for each stage, or date input fields for the completion date of different stages.

     

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
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard