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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard