Hi Heidi ,
I think I understand your question. You want to display a link at the original location to jump to this item, right?
However, based on my testing, this cannot be achieved very precisely.
First, the recipient must have appropriate permissions on the list to see the item through this link.
Secondly, because the URL when filtering by title is like this:
https://tenant.sharepoint.com/sites/sitename/Lists/list/AllItems.aspx?FilterField1=Title&FilterValue1=[$Title]
.
Generally speaking, there is no problem with directly plugging into the display. However, the "&
" symbol in this URL has appeared before, and the same symbol cannot have two meanings in a piece of code. That is, the final result of this link in the email template will lose "&
" and all the content after it.
It is recommended that you only insert the connection to the list (https://tenant.sharepoint.com/sites/sitename/Lists/list/AllItems.aspx
) and let the attendees enter the list and then filtering to the corresponding Event.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.