Link to Edit List Item in Email Notification

  • 15 February 2022
  • 1 reply
  • 785 views

Userlevel 5
Badge +19
TOPIC
How to provide a link in an email notification that opens a list item for editing in SharePoint.
INSTRUCTIONS
  1. Create a text Variable.
  2. Use a "Build Dynamic String" action.
  3. Insert the following reference: {Common:WebUrl}/Lists/{Common:ListName}/EditForm.aspx?ID={ItemProperty:ID}
  4. Choose to store the result in the variable created in Step 1.
  5. Add that variable to the email notification as a lookup.
ADDITIONAL INFORMATION
RELATED LINKS

1 reply

Badge +1

This is exactly what I was looking for. Thank You!

Reply