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

Community site session details

Session Id : vPnbpxpJ3dMa4R6bGCXCqz
Power Apps - Building Power Apps
Unanswered

Enter a value (name) in text input, then after clicking the button it will display the result in text label (greetings & name) ?

Like (0) ShareShare
ReportReport
Posted on 17 Aug 2022 00:06:25 by 2

Good day to all, 

 

I was trying to create a simple app which the user can enter their full name in TEXT INPUT.

After that, the user will click the BUTTON,  and it will display in TEXT LABEL.

Sample input:  Juana Dela Cruz

Sample out:  Hi! Juana Dela Cruz

 

I couldn't figure out how it will be display in TEXT LABEL after the user input their name and click the button.🤔

Hoping someone can help me this simple problem.  😩

Thank you.🤗

I have the same question (0)
  • WarrenBelz Profile Picture
    151,827 Most Valuable Professional on 17 Aug 2022 at 00:30:50
    Re: Enter a value (name) in text input, then after clicking the button it will display the result in text label (greetings & name) ?

    Hi @Ram_D0 ,
    Your Label Text just needs to me (put your Text Input name in)

    "Hi! " & YourTextInputName.Text

     

    Please click Accept as solution 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 Thumbs Up.

    Visit my blog Practical Power Apps

  • Ram_D0 Profile Picture
    2 on 17 Aug 2022 at 01:06:58
    Re: Enter a value (name) in text input, then after clicking the button it will display the result in text label (greetings & name) ?

    Good morning Sir,

    Thanks for the answer but what I'm trying to do is that, see attach below.powerapps prob.jpg

  • WarrenBelz Profile Picture
    151,827 Most Valuable Professional on 17 Aug 2022 at 03:39:03
    Re: Enter a value (name) in text input, then after clicking the button it will display the result in text label (greetings & name) ?

    Hi @Ram_D0 ,

    Just set a Variable on the OnSelect of the button

    UpdateContext({varWelcome: "Hi! " & YourTextInputName.Text})

    then the Text of the Label is

    varWelcome

     

    Please click Accept as solution 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 Thumbs Up.

    Visit my blog Practical Power Apps

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 714 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 419 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 243

Last 30 days Overall leaderboard
Loading complete