Skip to main content
Nintex Community Menu Bar

How to send three reminders based on existing dates or based on created date.

  • May 8, 2020
  • 1 reply
  • 10 views

Forum|alt.badge.img+5

Dear All,

 

I am new to the community, there might a topic in the forum but could not able to find it. 

I want to send reminders for next three days from date of creation for that i have created three calculated columns using "created" column like Created+1, Created+2, Created+3 (see attachment).

or is there a way to send three reminders continuously from created date.

 

Regards,

 

1 reply

Forum|alt.badge.img+12
  • Scholar
  • May 8, 2020

@ramanjjilunaidu ...

 

  1. You need to create the site workflow.
  2. Create 3 variables i.e. each for Today-1, Today-2 and Today-3
  3. Query your list and get the IDs and Created date and store it in collection
  4. Using ID Collection, For loop and index value: 
    1. Use collection operation and index variable to get the created date related to that ID
    2. Send reminder notification