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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Button to launch to ot...
Power Apps
Answered

Button to launch to other powerapp form with Variable ID

(0) ShareShare
ReportReport
Posted on by 247

Hello,

 

i have a canvas APP form which is connected to a list at SharePoint Online.

 

At "APP" at the "OnStart" i have: If(!IsBlank(Param("ID")),Set(varID, Param("ID"));Navigate(Screen,ScreenTransition.Fade))

and at the ITEM at the FORM i have: If(!IsBlank(Param("ID")),LookUp(Helpdesk,ID = varID))

 

the above is working fine and i want to place a butoon to call it EDIT and when i press it to launch to another site but with the same ID. Below is what i have tried unsuccessfully:

 

Launch(("https://mysite.com?ID=") & LookUp(Helpdesk,ID = varID))

 

thank you

Categories:
I have the same question (0)
  • Verified answer
    Al_10 Profile Picture
    1,691 Super User 2024 Season 1 on at

    @kouliscon 

     

    With({tempURL: "https://mysite.com?ID=" & varID},
        Launch(tempURL)
    )

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard