Hi All
I am working on a problem wherein i am scraping 2 values for 4 employee i.e their mail id and their Decision from web and storing them in variables lets say as following -
1.FirstEmpMail - abc@comp.com
2.SecondEmpMail - wer@comp.com
3.ThirdEmpMail - iuy@comp.com
4.FourthEmpMail - yur@comp.com
5.FirstEmpDecision - “APROVED”
6.SecondEmpDecision - NULL
7.ThirdEmpDecision - NULL
8.FourthEmpMail - “APPROVED”
Now based on whether the employees have “Approved” the Decision or it is NULL i need to add their mail id in outlook i.e for those of who have not yet approved the decision i need to send the mail only to them.
So basically when i am using the type into activity for writing to whom all i want to send the mail to i want some kind of condition which will block all those mail id’s whose respective Decisions are approved
How could i achieve this?
Thanks