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 save the select...
Power Apps
Answered

How to save the selected checkbox to sharepoint list

(0) ShareShare
ReportReport
Posted on by 117

Hello,

 

How to save the selected Checkboxes values to SharePoint List Column?

 

koray1_0-1646133349571.png

Checkbox name: CDD and CDI

Sharepoint Colum name: Type_Of_Position

 

My send button is as below:

Patch(Personel_Talep_Formu;Defaults(Personel_Talep_Formu);{Title:Talep_Eden.Text ; Position_Name:Pozisyon_ismi.Text ; Section:Departman.Text ; Number_Of_People_To_Recruit:kisi_sayisi.Text ; Reason_Of_Request:sebep.Text})

 

koray1_1-1646133589699.png

 

koray1_0-1646133700796.png

 

Regards,

Koray

Categories:
I have the same question (0)
  • JR-BejeweledOne Profile Picture
    5,836 Moderator on at

    A couple questions first.   Are the checkboxes in a Form or just on the canvas?   What type of column is Type_Of_Position?   And what value are you trying to save to the column?

  • koray1 Profile Picture
    117 on at

    Hi @JR-BejeweledOne 

    checkboxes are only in powerapps.

    The Type_Of_Position column is single-line text in the share point list.

    What I want to save in the column is checkbox name I want to save the text in the text field of CDD or CDI whichever is selected.

    koray1_0-1646138326769.png


    If selected 1, column should be CDD-1 or if select 2 column sholud be CDD-2
    Regards,

  • Verified answer
    JR-BejeweledOne Profile Picture
    5,836 Moderator on at

    Here is how I would do it.    In the OnCheck property of the checkboxes, set a variable.    Set(varTypeOfPosition, "CDD-1") and of course CDD-2 for the other checkbox.   You can use the same variable for both.

     

    Then modify your patch statement like this:

    Patch(Personel_Talep_Formu;
    Defaults(Personel_Talep_Formu);
    {Title:Talep_Eden.Text ; 
    Position_Name:Pozisyon_ismi.Text ; 
    Section:Departman.Text ; 
    Number_Of_People_To_Recruit:kisi_sayisi.Text ; 
    Reason_Of_Request:sebep.Text ;
    Type_Of_Position: Coalesce(varTypeOfPosition, Blank())
    })

     

     

  • koray1 Profile Picture
    117 on at

    Thank you so much @JR-BejeweledOne 

     

     

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