web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard