Skip to main content
Nintex Community Menu Bar

List Query and Email Notification SP2016

  • April 27, 2020
  • 3 replies
  • 19 views

Forum|alt.badge.img+2

I am new to Nintex workflows; however this site workflow should be pretty simple, at least I thought. I have a list that I want to run a daily workflow that will determine if "Followup Date" is equal to Today's Date. If so, then an email will be sent to the persons listed on that item's email field. Seems pretty straight forward; not sure why it's not working.

3 replies

Forum|alt.badge.img+8
  • Rookie
  • April 28, 2020
Based on your goal it appears what isn't working is the email isn't getting sent.
I'm gonna assume you created a workflow that just sends an email to yourself and that worked so you've ruled out that part of the process.
Have you written out both "Followup Date" and "Today" to insure they are date only and that Today doesn't include the time? You can try using '>=' instead of '=' as your comparison. If it works then you've likely got a time in there.

Forum|alt.badge.img+2
  • Author
  • May 12, 2020

Sorry for the late response, I was tasked with something else; but I will take a look at the date/time 'thing'.


Forum|alt.badge.img+2
  • Author
  • May 17, 2020
Time is not being used. I have another workflow that must do something similar. The problem is around the For each area. I'll revisit other posts again to double-check.