Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

How do you send text from multiple text input boxes to an output text box?

(0) ShareShare
ReportReport
Posted on by 11

Hello, I feel like my request may be ridiculously simple but I'm just trying to have users fill out several fields on a screen so that at the end, the data can be used in an Output box of sorts. For example, if they fill in the first and last name fields in the screenshot and they click "Add", the names would then appear within the rest of some other test like "The customer (First-Last name) has been registered for this event". 

At that point also, what function would be used to click the Copy Output button to copy all of the output box to the clipboard?

I hope this doesn't seem to noob-ish! haha Thanks in advance!

ROmen_0-1689911716685.png

 

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: How do you send text from multiple text input boxes to an output text box?

    Hi @R-Omen

    Have you solved the problem?

     

     

    @narayan225 has provided the solution that how to concatenate the first name and last name, however, to achieve your needs one by one, you need to generate a variable, please check as below:

    1). set the OnSelect property of Add button:

    Set(varoutput,Other_textInput.Text&
     TextInput_FirstName.Text&
     TextInput_LastName.Text
    )
    

    2). Set the Default property of the output Textinput as the variable varoutput

    3). Set the OnSelect property of copy button:

    Set(varcopy,output_TextInput.Text)

    4). Assign the varcopy to any inputbox

  • narayan225 Profile Picture
    2,454 Super User 2025 Season 1 on at
    Re: How do you send text from multiple text input boxes to an output text box?

    @R-Omen 

     

    you can use Concatenate function to achieve this.

    narayan225_0-1689912425694.png

    Use the formula:

    Concatenate("The customer ",FirstNameInput.Text," ",LastNameInput.Text," has been registered for this event")

    Hope this helps.

    Cheers!

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 110 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 77

#3
stampcoin Profile Picture

stampcoin 52

Overall leaderboard