I am a beginner in UiPath. I am trying to complete an automation project where I have to send out encrypted pdf payslips to employees of a company. I have to essentially extract the employee information from a pdf file, encrypt it and send it out to the respective employee through outlook. And I have to do this for many different employees at the same time (first and last day of the month). Can anyone help me? Thanks.
As you are just starting up and it’s not an production or development blocker, I would advise to try it on your own. Try, fail, learn, try…
Divide your use case into smaller parts/modules and start working on it. If stuck somewhere longer and not getting what’s wrong, put that specific question here on forum. We will be happy to handheld you but not for full case.
Cheers to the learning ![]()
Welcome to the community @AHMED_SIDDIQ_Muhammed_Zai .
I would recommend that you send generic letters to the staff for the first couple of runs rather than their payslips. You may include their names on the letter to verify the logic works and is repeatable. Jumping head first into financial doc automation, especially for payslips and the privacy requirements around them, is not something you want to get wrong.
You’ll have to consider every single failure modes and have protections around them. If you are using a lots of variables, make sure they are correctly scoped, to avoid value mix up on reports.