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 values not s...
Power Apps
Unanswered

Check box values not saving in SharePoint list

(0) ShareShare
ReportReport
Posted on by

I have a PowerApps form with a checkbox field, the idea is to save whatever is selected on the checkbox field.

 

Here is an image of that Checkbox

Neil19_2-1646699669369.png

And here is the code I used in the checkbox Onselect property. Selected values are stored in a collection.

If(
Checkbox2.Value = true,
Collect(CheckboxTextValues, Checkbox2.Text),
Remove(CheckboxTextValues, LookUp(CheckboxTextValues, Value = Checkbox2.Text))
)

 

Then before submitting, I created a preview form for verification of their entries. As you can see, the selected entries above are reflected on the image below. The data from the collection is then called in a text input like the one below.

 

Neil19_3-1646699707508.png

 

 Here is the code I used to call the data from the collection to the Default property of the text input field above.

Concat(CheckboxTextValues, Value & ", ")

 

Below is the column from my SharePoint list where the selected values should be saved. As you can see, only one value is being saved ("Network User ID") which is not part of the selected values.

Neil19_0-1646718754964.png

My question is, how do I save the selected values from the input field going to the SharePoint list column?

 

Thank you in advance.

Neil

 

 

 

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Neil19,

    Could you please tell me that how you set the Update property of the data card corresponding to the Description?

     

    If the Description is Text column in your list, I think you should set the Update property as below:

    Concat(CheckboxTextValues, Value , ", ")

     

     

  • Neil19 Profile Picture
    on at

    Hi @v-qiaqi-msft ,

     

    The Update property is set almost the same as your suggestion. Please see below:

     

    Concat(CheckboxTextValues, Value & ", ")

     

    But, I will try your version.

     

    Thank you,

    Neil

     

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

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard