Hello everyone,
Help please.
I have a sharepoint list with a dropdown column that has 3 possible values (No, Yes and Derog).
I would like to send emails with the following priority rules:
Firstly,
I do a filter on my data to take the rows that respect some conditions (Let's call the result of the filter Table A, which is a set of several rows).
Secondly,
If I have No, Yes and Derog in my Table A ==> I use Derog to send a Derog email;
If I have No and Yes in my Table A ==> I use Yes to send an email Yes
If I have Yes and Derog ==> I use Derog to send a Derog mail.
If everything is Yes ==> I send the mail Yes
If everything is No ==> I send the mail No
If all is Derog ==> I send the Derog mail.
Could someone help me with some ideas?
Thank you in advance