Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
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.
Solved! Go to Solution.
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