Skip to main content

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!

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.

Thank you so much!


This worked perfectly!!


Reply