Skip to main content
Nintex Community Menu Bar
Solved

How to add a link to a document on Site Level

  • June 21, 2021
  • 3 replies
  • 66 views

Hello, 
I'm using Nintex for SharePoint 2016. I currently created an email notification workflow on the site level vs. the library level so I can schedule it.
Because the workflow is on the site level, I notice that I can't add a link to the document within the email message.  Is there a way to add a link to the document in the body of the email notification? 

 

Best answer by kunalpatel

@MykeeLee try below steps:

 

  1. Query the list to get the IDs and URL Path fields (apply filters if needed and sorting if needed) and store both in collection variables.
  2. Using For Each Loop, ID Collection and Index variable
    1. Get URL Path using collection operation and index variable
    2. Create your email notification

3 replies

Forum|alt.badge.img+12
  • Rookie
  • Answer
  • June 21, 2021

@MykeeLee try below steps:

 

  1. Query the list to get the IDs and URL Path fields (apply filters if needed and sorting if needed) and store both in collection variables.
  2. Using For Each Loop, ID Collection and Index variable
    1. Get URL Path using collection operation and index variable
    2. Create your email notification

  • June 30, 2021

@kunalpatel wrote:

@MykeeLee try below steps: 

 

  1. Query the list to get the IDs and URL Path fields (apply filters if needed and sorting if needed) and store both in collection variables. friday night funkin
  2. Using For Each Loop, ID Collection and Index variable
    1. Get URL Path using collection operation and index variable
    2. Create your email notification

Thanks guys. It was helpful


  • Author
  • July 8, 2021

Thank you. Works great