Skip to main content
Nintex Community Menu Bar

Send notification based on a number of criteria

  • October 26, 2020
  • 2 replies
  • 11 views

Forum|alt.badge.img+2

Hi All,

I received a request to build a workflow to send a email notification to a individual if three or more meetings on the list has the same start date. I'm not sure if this is possible or where to begin. I've been using Nintex for about a year and this is the first time I have received any type of request like this.

 

Thanks!

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 26, 2020
Hi,

I would tackle this solution like this:
Have a workflow start on item creation.
The workflow would read the start date and then query the list for other items with the same start date.
Then count the items in the collection variable returned from the query.
Then have a run if that runs if the count is equal to or greater than 3 and sends out the email if it is.

Forum|alt.badge.img+2
  • Author
  • October 27, 2020

Thank you so much!

This worked perfectly!!