I am updating my current workflows from SP Designer to Ninetx. I have one workflow with 28 steps. How do I recreate this in Nintex? I need to develop a workflow that sends an email notification when a new item is created based on specific fields and fields options. Lets say I have 3 fields: Company Name (compA, compB), Product (prodA, prodB) and Type of Issue (Defect, Question).
I have listed the rules below,but how do I build this in Nintex?
1. If Company = compA and Product = prodA and Type of Issue = Defect, send to Abby Smith
2. If Company = compA and Product = prodB and Type of Issue = Defect, send to Bryan Jones
3. If Company = compA and Product = prodA and Type of Issue = Question, send to Betty Thompson
4. If Company = compA and Product = prodB and Type of Issue = Question, sendto Jane Doe