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 / Deep linking is not wo...
Power Apps
Unanswered

Deep linking is not working

(0) ShareShare
ReportReport
Posted on by 3,514

I am implementing deep linking inside our custom power apps. where inside the App >> OnStart, we define to read the Id parameter, as follow:-

 

johnjohn123_0-1640013078188.png

 

then on the Form >> we define the parameter  as the Item for the form, as follow:-

 

johnjohn123_1-1640013126378.png

 

but on the field when we try to get the value of a text field (or any other data type), using the Default property as follow:-

 

johnjohn123_2-1640013184165.png

 

nothing will be shown.. so can anyone advice ?

 

Also i tried to add a test label >> and set its Text property to be equal to ThisItem.'Office / Cubicle #' .. i will get the value of the related field inside the variable.. so is the issue with the Default property?

 

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

    @johnjohn123 

     

    Set(varParamId, Value(Param("Id")));
    
    If(!IsBlank(varParamId),
     Set(currentITAccessForm, LookUp('IT Access Form - Submission', ID = varParamId))
    );
  • johnjohn123 Profile Picture
    3,514 on at

    @Alex_10this did not fix the issue, still the same issue.. also i need to mention 

    ID = Value(varParamId)

    otherwise will get incompatible type..any further advice?

  • Al_10 Profile Picture
    1,691 Super User 2024 Season 1 on at

    @johnjohn123 

     

    if you add a button and that button.OnSelect = ResetForm(Form1),

    will values appear on the form?

     

     

  • johnjohn123 Profile Picture
    3,514 on at

    @Alex_10  The issue was that the form was in new mode,,, so need to change the form to be in view mode .. so it accepted the parameters 

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard