Skip to main content
Nintex Community Menu Bar

Work flow doesn't send notification to the person that is the result of the query. When I run the query I can see the correct result, but the notification doesn't go to the person.  I think I am missing something, maybe I need to create a different variable for my notification.  I am attaching print screens of workflow, query and variable.  Thank you.

Hi,
It looks like the query is returning multiple users. If this is the case a collection variable will need to be used.
A for Each action would then need to be used to get email adresses for the users and build a string that is semi colon delimited to be used in the send notification action.

Try logging your output of the query list and query profile.



It can be that the output is multiple users or the format is not correct for a notification action.


Reply