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 / how to hv a tick box f...
Power Apps
Answered

how to hv a tick box for submit to agreed?

(0) ShareShare
ReportReport
Posted on by 1,994

Hi

 

I have a form that have a consent to agreed

 

The agreed consent is in single text now to add a tick box for user to select in PowerApps when they select the form it will capture as agreed in the SP list record?  Thanks

1.PNG

Categories:
  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @bbsin ,

    I assuming that you have a checkbox in a Gallery and when it is checked you want to update a field in the record to true? You Patch the record n the OnCheck of the check box

    Patch(
     YourListName,
     ThisItem,
     {YourConsentField:true}
    )
    

    You could also Patch false on the OnUncheck if a mistake was made.

    It also would be helpful if you added a bit more detail to your posts - most of the time I struggle to understand what you want. Please have a read of this guide - it may be useful to you.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

  • bbsin Profile Picture
    1,994 on at

    Hi WarrenBelz,

     

    Thanks for your reply.

     

    Sorry for not be clear.  I like the user to tick on agreed when they submit the form.

     

    Regards

  • bbsin Profile Picture
    1,994 on at

    Hi Warren,

     

    Mine is not a gallery, it just a check box inside the datacard, will the patch work?

     

    Patch', (list,
    ThisItem.column,
    {tick:true}
    )

     

    not sure if this is right, 1.PNG

     

    so that when it's submitted in the form, SP list should show agreed.

     

    How to remove the word option in the tick box?  Thanks.

  • Verified answer
    WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @bbsin ,

    Firstly, you just need this on the Patch (assuming your field name is tick)

    Patch(
     ListName,
     ThisItem,
     {tick:true}
    )

    Also, are you patching as well as submitting the form? If so, simply use the checkbox on the tick field.

    To answer your question on the "Option", set the Text property to "".

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

     

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 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard