Question

Based on a list with approval.

Conditions for workflow to fire the email is that item must be Approved and according to a choice value in the item (a, b, c, d ...) there is a different email to send.

I find myself creating the same If condition 7 times (If current item is approved AND Value is A).

Is there a way to write a better workflow? Like using the button 'parallel'.

Also all my 7 conditions are all one below the other, should I see after the fist one 'Else...'?

Was it helpful?

Solution

Since you will send different emails, I think you should use 7 if condition by using OOB workflow actions as below:

enter image description here

If you don’t want to use Else, you can all if condition to "Parallel Block" as below:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top