Sending multiple email notifications depending on option selected

  • 17 November 2021
  • 2 replies
  • 23 views

Hi Everyone, I'm a newbie here learning Nintex on the go. I'd like to send two different email notifications to a user and manager depending on whatever option is selected on the Nintex form but can't seem to get that working. Any ideas how I can get this workflow working? Thanks


2 replies

Badge +5

@Xernia21, I don't think I have well understood your question.


however, to check a value of a field in Nintex Workflow:


1- Connect the option field in Nintex Form to a SP column or a workflow variable (if the form is inside a flexi task)


2- in the workflow, add a set condition and check the value of the column.


3- then in each branch, add the send notification 

 thank you for your response.  I was able to send notifications (customized) after I tried using 'Run If' 'Start Workflow' Actions when a condition (option selected from drop down list) is met. 


Now the part I need to work out is how to send the same notification to the Organizational Manager - name displays when an organization is selected.  The name auto populates using a calculated value field.  See below.  The 'To' field in the Send Notification doesn't give me this value to select from.


 


























parseLookup(lookup('Manager List', 'Organization', organization, 'Manager'))

 


 


Am also not sure if it is possible at all to send notification to a name that is of a calculated value.


 
















@DimaHijazi

Reply