I want to create a column on a SharePoint list that has a hyper link that links to another SharePoint list based on the ID. One list is a master list containing all submissions and their details, the other list simply contains SOME aspects of those details but would like them to be linked to the master list.
I want PowerApps to auto-generate a link for me when a submission is made. The link will be a link to another SharePoint list item. My thoughts were to retrieve the submission ID to reference the other list item's details. For example, the below ID is 43. How can I auto-generate the long link?
I have --> Text - "Last ID: 43"
"/Lists/Document%20Update%20Requests/DispForm.aspx?ID=43&e=RYFF4z" automatically.