Scheduled Site Workflows Run Twice

  • 16 May 2019
  • 1 reply
  • 5 views

Badge +1

Hi Team,

We have requirement like below, could you please suggest how to proceed further.

Environment: Nintex 2016 for SharePoint 2016 On premise  

Scenario:

  1. We need to send daily (1 AM) emails users based on approval date is greterthan today.We have created site workflow to get the items from one list, using query list filter condition(where approval date is greterthan today). We are able to get the values based on  the filter condition.Now kindly suggest how we can add All the filtered item urls from the above condition in a single email notification body.

Thanks

Venkata


1 reply

Userlevel 4
Badge +11

Hi,

 

you could save urls from query in a collection variable and then loop though items in the collection and build a text variable with the links formatted as you prefer.

At the end, outside of the loop, you can send an email referencing in the body the variabile used before

 

Giacomo

Reply