Skip to main content
Nintex Community Menu Bar

Setting Conditions/Emails to Different Set of Users

  • April 30, 2019
  • 3 replies
  • 23 views

Forum|alt.badge.img+2

Hi,

I want to include conditional workflow to send email using Ninetex in SharePoint. Basically, I am able to do one set of conditional email. For example, if a field value is equal to SG, send Email A or send Email B (where Email A is customised for SG users).

 

However, how to include additional condition in the same workflow? For example, if the field value is equal to HK, send Email C or send Email B (where Email C is customised for HK users). 

 

Thank you in advance for your kind assistance.

 

3 replies

cabeza
Forum|alt.badge.img+3
  • Novice
  • April 30, 2019

instead of IF statement, that will control two conditions, why dont you use "Runif" you can use it multiple time, so 1st one will br Runif email is HK, and set your required email, 

then use a second Runif in case of SG emails, 

this will give you the freedom now if it is not SG or HK to have a 3rd email and continue the flow

 


Forum|alt.badge.img+2
Hi Cabeza,

Many thanks for your reply! Have a good day!

Forum|alt.badge.img+2
Hi Cabeza,

I am trying to implement this solution but how do you set up both, 1st runif with the email; and the 2nd runif with the associated email under one workflow? Do I need to include a loop between these two runifs? Thanks, again!