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 / Checkbox input to excel
Power Apps
Answered

Checkbox input to excel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello, i really wanted to know how to input a text "C" if the checkbox is checked into my excel database. Because right now it only can input true or false.  I want it to, if it checked then "C" if no then " ". 

 

I didnt use form, because i cant freely put it anywhere i want. I have almost 30ish of checkbox and i want to link it to my excel at the same time using button. 

 

Please help 😞 i'm new to power apps

Categories:
  • Verified answer
    Akser Profile Picture
    1,546 Moderator on at

    Hi @Anonymous,

     

    The following will patch the column 'ColumnName' to the text 'C' if the checkbox control 'CheckBoxControlName' is selected. Is that what you mean?

     

     

    Patch(
     DataSource,
     Defaults(DataSource),
     {ColumnName: If(CheckBoxControlName.Value = true, "C", " ")}
    )

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Omg yes! Thank you so much 🥹 you just save my project ☺️

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
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard