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 vs Datacardv...
Power Apps
Answered

Check box vs Datacardvalue

(0) ShareShare
ReportReport
Posted on by 367

Hi 

 I have small doubt . let's assume I have three check box's . names are . CHECK1,CHECK2,CHECK3. also I have one SharePoint Field that customizing with power apps. When I tick the check box CHECK1 IT SHOULD FILLED WITH "A" . If I tick three of the check box's . that field should have "A,B,C".   how can I achieve this please help me ... Thank you 

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,458 Most Valuable Professional on at

    Hi @Yoursnani,

    The Default of the Text Box would be something like

    If(CheckBox1.Value, "A") & If(CheckBox2.Value, "B") & If(CheckBox3.Value, "C"

     

    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.

  • Verified answer
    eka24 Profile Picture
    20,925 on at

    I suggest you create a Collection:

    CheckBox1:

    OnCheck: Collect(MyList1,{Value: "A"})

    UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="A"))

     

    CheckBox2:

    OnCheck: Collect(MyList1,{Value: "B"})

    UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="B"))

     

    CheckBox3:

    OnCheck: Collect(MyList1,{Value: "C"})

    UnOnCheck: Remove(MyList1,LookUp(MyList1,Value ="C"))

     

    Finally in the Default of the DatacardValue:

    Concat(MyList1.Value,Value, ", ")
    ------------

    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.

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

    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.

     

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard