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.

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?