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 / Deeplinking using mult...
Power Apps
Answered

Deeplinking using multi parameters in Powerapps

(0) ShareShare
ReportReport
Posted on by 212
Hi,
 
I have a powerapp that sends an email to a user when a request is created.
 
I need to use to parameters :
  1. ID (id of record)
  2. Request Type (text field in record)
When the request type is 'RV Request', Navigate to 'RV Request Edit Screen' & Record.ID
When the request type is 'Bulk Request', Navigate to 'Bulk Request Edit Screen' & Record.ID
When the request typ is blank, Navigate to Home Screen
 
StartScreen
If(!IsBlank(Value( Param("RVID"))),RVHome,'RV Request-Edit')
 
OnStart
Set(varIssue, Value(Param("RVID")));
If(varIssue<>0, Set(varEdit,LookUp('RV Requests Update', ID = varIssue)));
 
How do I update StartScreen and OnStart to include an additional parameter : "screen" to navigate according to the record's 'Request Type'
 
Kind regards
 
 
Rene Voller
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,943 Most Valuable Professional on at
    Something like this (example) in StartScreen
    Switch(
       Param("RequestType"),
       "RV Request",
       'RV Request Edit Screen',
       "Bulk Request"
       'Bulk Request Edit Screen',
       RVHome
    )
    I am assuming here that a blank RequestType would also have a blank ID (so there are no parameters sent). Your OnStart should be fine the way it is.
     
    Please ✅ Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn 
  • RVoller Profile Picture
    212 on at
     
    It worked first time!  Many thanks for your prompt reply! Have a good day further.
     
    Kind regards
     
    Rene Voller

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard