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 / Get URL of item from S...
Power Apps
Answered

Get URL of item from Sharepoint list based on form field text

(0) ShareShare
ReportReport
Posted on by 203

Hi,

I have this Sharepoint list/form that I customized through PowerApps, where users start by entering a Project Code. OnChange, this Project Code gets checked in the Sharepoint list and alerts the user with a on-screen notification telling him/her that there is already an entry with that Code. I got this working.

julienvdc_0-1714302690762.png

 

Now I would like to insert in that notification message the link to the entry to redirect the user to it so he/she can view the already filled details and stop creating a new entry.

 

How should I got about it?

 

I guess I could try to pull the ID of the entry that was found and use it to build the URL to the list item. How can I pull this ID, any ideas?

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,462 Most Valuable Professional on at

    Hi @julienvdc ,

    You can use the ‘Link to item’ property of the record in the email body and click on on it will take the user directly to that record app form.

     

    Please click Accept as solution 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 giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • Verified answer
    julienvdc Profile Picture
    203 on at

    In the end I created a button with Visible/onChange parameters making it appear once there is a match in the Sharepoint List, and the OnSelect parameter of my button is the following:

     

    Launch("https://[SHAREPOINT DOMAIN]/sites/[SHAREPOINT SITE]/Lists/[LIST NAME]/DispForm.aspx?ID="&LookUp('Log Project ID Card', 'Project Code' = DataCardValue1.Text).ID)
  • Verified answer
    WarrenBelz Profile Picture
    153,462 Most Valuable Professional on at

    Hi @julienvdc ,

    I would have thought that 

    Launch(
     LookUp(
     'Log Project ID Card', 
     'Project Code' = DataCardValue1.Text
     ).'Link to item'
    )

    would be a bit simpler

  • julienvdc Profile Picture
    203 on at

    Ah yea even simpler! thanks! I changed it according to your suggestion, works well 😉

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
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard