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...'?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top