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 / display all items in a...
Power Apps
Unanswered

display all items in a choice column to check off which you want

(0) ShareShare
ReportReport
Posted on by

Hi All,

I have a choice column in my SPO list.  I set it as check boxes instead of drop-down.  I want me users to be able to choose 1 or all items.  When I submit the form it should choose the items in my SPO list, that I check off in the empty boxes below.  Is this possible?

 

I would like to display the choices like below in my app:

 

choice 1Empty box to checkChoice 2Empty box to check
choice 3Empty box to checkchoice 4Empty box to check
choice 5Empty box to checkchoice 6Empty box to check

 

Thanks,

Joe

Categories:
I have the same question (0)
  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hi @joef 

     

    To configure this, you can set the configuration like:

     

    1. Create 6 different checkbox controls and place them in the appropriate manner on the screen. Make sure that you are adding field inside the DataCard.

    2. Update the OnCheck and OnUnCheck property of the controls as:
      OnCheck -> Collect(SelectedChoices,"OptionValue")
      OnUncheck -> Remove(SelectedChoices,LookUp(SelectedChoices,Value = "OptionValue"))
    3. Now on the Update property of the datacard, you can use the expression as:
    LookUp(Choices([@ListName].ColumnName),Value in SelectedChoices.Value)

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. 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

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

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard