Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Configuring Buttons to Insert Default Text in an Input Field in PowerApps

Posted on by 21
Hello,
 
I'm working with a text input field called textEmailMessage2 and need help setting up two buttons. The goal is that, when clicking one of the buttons, it inserts a specific default text into the textEmailMessage2 field; and when clicking the other button, it inserts a different default text, also configured for the same field.
 
Currently, I'm using the following code in the OnSelect event of the button: textEmailMessage2.Text = "default text". I also tried defining a variable, setting the Default property of textEmailMessage2 to "defaultText", and applying the following formula in the OnSelect event of the button: Set(defaultText, "default text"). However, the value is not being assigned to the textEmailMessage2 input field when clicking the button.
 
Does anyone have any suggestions on how to resolve this situation?
  • Verified answer
    WarrenBelz Profile Picture
    WarrenBelz 143,591 on at
    Configuring Buttons to Insert Default Text in an Input Field in PowerApps
    Firstly use a Context Variable
    UpdateContext({varText: "Default Text"});
    Reset(textEmailMessage2)
    then the Default of the Text Box
    varText
    you would set varText to a different value on the other button
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

     

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,591

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,090

Leaderboard