Skip to main content
Nintex Community Menu Bar

Link to Edit List Item in Email Notification

  • February 15, 2022
  • 1 reply
  • 951 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
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

Forum|alt.badge.img+1
  • 4 replies
  • June 17, 2021

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