EditForm

  • 23 June 2021
  • 1 reply
  • 58 views

I am trying to figure out the best way to get the link to the Edit form of an item that is in a SharePoint Online custom list item to open it with nintex workflow notification email I have tried web/site/Lists/listname/EditForm.aspx?ID=ID or ID=[ID] but either works the form kee


1 reply

Userlevel 3
Badge +12

Hi,


Try this way:


Insert the SiteURL, List Name, and ItemID from Workflow context and Current Item properties as shown below.


1 - If list name has white spaces, you get broken link delivered in the email, so follow 2nd approach


2 - Insert a hyperlink, and enter workflow context values in URL field, enter some meaningful text in Hyperlink text field


Reply