Skip to main content
Nintex Community Menu Bar

I need help with a workflow

  • September 17, 2018
  • 2 replies
  • 10 views

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.

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • July 4, 2019
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.

DAGiessenburg
Forum|alt.badge.img+4

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.