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 / Create a button that p...
Power Apps
Unanswered

Create a button that pops up a comment field with timestamps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello!

 

Is there anyway to make a button that you can click and then it pops up a comments field that you can edit with timestamps?

Categories:
  • GarethPrisk Profile Picture
    2,828 on at

    Not as a single control, unfortunately.

     

    Easily done with some basic controls and coding.

    • Add a Button control
    • Add a Text Input control
    • Make the button set a variable
      • OnSelect property
      • UpdateContext ( { locShowComment: true } )
    • Set the visible property of the Text Input control
      • locShowComment
    • Have the Text Box record your details
      • Use the OnChange property
      • Do whatever you want after the value is updated
        • Using the Text property
      • Add a Timestamp with a Now() function
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I'm sorry i'm kinda new and I got stuck.

     

    I made a button with the property OnSelect and the code "UpdateContext ( { locShowComment: true } )"

    I made a textinput with property visible and the code: "locShowComment"

     

     

    Skärmklipp.PNG
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @Anonymous 

    If you want to toggle the comment using the button make your OnSelect property UpdateContext ( { locShowComment: !locShowComment} )

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 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard