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 Sharepoin...
Power Apps
Unanswered

Deep Linking Sharepoint Online List to Canvas Powerapp

(0) ShareShare
ReportReport
Posted on by 234

Hi,

I have configured a deep link to a SharePoint List via a canvas app that has a single screen.

The (+New) button from the SharePoint List is working fine.

 

Selecting a record from the SharePoint List and displaying the record details is not working.

 

When the selected column and record are selected from SharePoint List, record is empty.

I have tried the following:

OnStart of the App : 

Set(varID, GUID(Param("ID")));
If(!IsBlank(varID), Set(varRecord, LookUp('Asset Disposal_Transfer Request-DEV', ID = Value(Param("ID")))))
 
The SharePoint List looks like this:
RVoller_0-1708653107943.png

When the link is selected,  the record displays without any values.

RVoller_1-1708653172915.png

 

The screen OnVisible is set to :

If(
    !IsBlank(Param("ID")),
    Set(
        varID,
        Param("ID")
    ),
    UpdateContext(
        {
            ID: LookUp(
                'Asset Disposal_Transfer Request-DEV',
                ID = ThisRecord.ID
            )
        }
    )
)
Not sure what else I should be doing.

 

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

    I think you also need to bind the value to the textinput in power apps

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 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard