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 Apps
Answered

launch to website

(0) ShareShare
ReportReport
Posted on by 23

I have a text input box and a luanch button I want to go to a website based on on the textbox path when the launch button is hit.

 

Example:

 

Text box 1 the value input is 438826.  I want it to navigate to "www.companywebsite.", [textbox1], "perferferfre.com"

 

so if it was 438826 in textbox 1 I would go to "www.companywebsite.438826perferferfre.com"

438827 "www.companywebsite.438827perferferfre.com"

438828 "www.companywebsite.438828perferferfre.com" etc...

 

I can't seem to get the launch code to take the textbox value.

Categories:
I have the same question (0)
  • hpkeong Profile Picture
    2,944 on at

    Hi

     

    May you check if you include http:\\ or https:\\?

    example:

    Launch("http:\\www.google.com")

     

    Hope this helps.

  • drobinson Profile Picture
    23 on at

    Launch("https://companywebsite-my.sharepoint.com/personal/user_company_com/_layouts/15/onedrive.aspx?id=%Documents%2F438388%2Epdf&parent=%")

     

    when I hard code it like this it works great.  What I need to do is have 438388 be based on the text box.

  • Verified answer
    sarafankit Profile Picture
    Microsoft Employee on at

    Please try using Concatenate functions inside the Launch function.

    Ex:

    Launch(Concatenate("https://www.bing.com/search?q=",TextInput1.Text))

    or you can use '&' to form the string:

    Launch("https://www.bing.com/search?q=" & TextInput1.Text)

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#2
11manish Profile Picture

11manish 186

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 105 Super User 2026 Season 1

Last 30 days Overall leaderboard