I need help with a workflow

  • 18 September 2018
  • 2 replies
  • 0 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

Userlevel 6
Badge +22
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.
Badge +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.

Reply