Generate salary slip in uipath

Generate salary slip from excel to PDF formate and send to mail to employes.

Hey

Welcome to our Community Forum
please share more details about your requirement, like examples, input documents, expected output, so we can help you better

Regards

Hi,
Welcome to our Community .
As per my understanding ,Emp salary data will be in excel and then you have to convert into pdf and send to respective employee.
If it’s follow the below step.
STEP :
1.Read Excel Data.
2.Create predefine Word doc for emp salary.
3.Used word doc activity to replace the data like emp name, department name, amt etc…
4.Convert word into pdf
5.Mail pdf to respective emp.

Note:- Used loop from Step 2 -5