Hi All,
Very Good evening to all. Hope all are doing good. I need your help in one of the requirements. I have a table with some information with users Email. I need to send the mail and respective user can see their data in HTML table. for ex:-
User Name Employee Id Rank Work TimeUser Email Id
| Jyothi | 51915301 | E2.2 | 3.63 | madathala.nagar@hcl.com |
| Sagar Sahoo | 51515486 | E2.2 | 6.34 | sagarhemaranjan.s@hcl.com |
| Pitchumani Varathara | 51303704 | E2.2 | 7.72 | pitchumani.v@hcl.com |
| Chidanand Bangalore | 40108804 | E4 | 6.63 | chidanand.kb@hcl.com |
| Venkata Prasad | 51832483 | E5 | 6.62 | venkataprasad@hcl.com |
| Gopal A | 40131208 | E4 | 6.62 | gopala@hcl.com |
In the above example I need to send the communication to those users who are having Work Time column is less than 7 and Rank is less than E4 with their respective data. Like for the first user i need to send the Email with table having her information only. Not all other users information.
User Name Employee Id Rank Work TimeUser Email Id
| Jyothi | 51915301 | E2.2 | 3.63 | madathala.nagar@hcl.com |
Any help in this will be highly appreciated.
I tried a bit but it is sending all the information available in the table . The result is coming like below.
Hi Sagar Sahoo,
Your Work Time recorded by Nippon is low as per Nippon Standard. Please improve it.
UserName | EmployeeID | WorkTime |
Jyothi | 51915301 | 3.63 |
Sagar Sahoo | 51515486 | 6.34 |
Pitchumani Varathara | 51303704 | 7.72 |
Chidanand Bangalore | 40108804 | 6.63 |
Venkata Prasad | 51832483 | 6.62 |
Gopal A | 40131208 | 6.62 |
But expectation is only i can see my data not all others data to be displayed.
Here is what i have done into it. Please help how can i achieve this.

Further expanding the Style to initialize Variable and Sending mail.



Regards,
Sagar