Hello, I have to mention that your videos are incredibly helpful. I have one question, when creating the flow inside the process workflow, such filling out employee information in word file, should I encapsulate the complete activities in a try catch?
Fo this use case , we should encapsulate functionality wise and not individual The idea is simple - if in case the filling form fails for any of field i want to do the same action/ exception so i would like to put all of them in one sequence and then put that sequence in try catch But let say for each and every field failure , i want a different exception - then individual try catch
Hi Sir its good learning, i am always following ur video for a long time ...here i am facing issue in getting the image.i have used Directory.Getfiles(in_Config("ImgFolderPath").ToString, Str_EmpCode +" .jpg").FirstOrDefault...i am getting error that image is not available for all the 16 members
The path you have mentioned seems incorrect .." .jpg" There is a space before jpg , Before this activity , try to print the path in writeline and see if you are able to print the correct path
This was really a very clear and detailed explanation of concept. Was able to follow along. And everything worked as expected but after 3rd transaction 4th transaction took lot of time and never completed. As it’s my first time learning I am not sure why it’s not processing further. Could you please explain the reason and how I can resolve this? There are no exceptions
Hello Mukesh Kala Garu Good Evening. I have a doubt which is, you have given replacement images with Emp_Code right. But there were no images that hadn't saved by emp_code, how could you match with emp_code. Bot doesn't know who is male and female how can it validate? There were no any common validations between images and emp_code.
@@MukeshKala My question is how can bot understand this empcode is that image only? Because of there are no any common identity. Images weren't saved by empcode.
Yeah, that's my question. For example, i would change the image order in the images folder. i don't want to put it which you was giving me in an order. So, is bot can understand that emp is this image?@@MukeshKala
Hello Sir, in the save as document file path to save as I wrote Path.Combine(in_Config("FolderForCards").ToString.str_empcode+".docx") but I am getting error str_empcode is not a member of string. However I already declared the argument str_empcode as a string. Kindly suggest how to overcome the error.
Sir,I have one more error. In the Get Transaction Item, I am getting error Process finish due to no more transaction. My word document did not get replaced with the name, bloddgroup etc.
This means there are no transactions in the excel files to process , For the Replacement thing - Run the Automation in Debug Mode and see why its not working.
Send SMTP Mail Message: An error occurred while attempting to establish an SSL or TLS connection. The server's SSL certificate could not be validated for the following reasons: • The server certificate has the following errors: • The revocation function was unable to check revocation for the certificate. I'm getting the above error.
This is something to do with the smtp details you are using .. Also pls check if you are not behind some firewall and network restrictions should not be there
The robot might not be Picking the correct transaction … run the automation in debug mode , put a break point in process transaction and see the values
Completed this project, so many things i tried to do with my own, and learnt so many things like how to work with excel, increament, and STATUS Updation, Thank you so much @MukeshKala sir..🫡
Job stopped with an unexpected exit code: 0xE0434352 Hi Mukesh I am Following Scratch To end your Video and Practice when i am Excute The Project through Above error
This Use case is divided into 2 Parts. This is the Part 2 of the video -
👉 👉 👉 Link to the Part 1 : ruclips.net/video/JTmT_IWeFE0/видео.html
One of the best use case found on ReFramework so far on youtube. Thanks for sharing. Keep up the good work.
Thank you Shubham for your feedback 🤩
So helpful and I really enjoy your series, Thank you so much.
Glad you like them!
Best teacher in the world
That's a Huge Compliment .. However Thank you 😀
Hello, I have to mention that your videos are incredibly helpful. I have one question, when creating the flow inside the process workflow, such filling out employee information in word file, should I encapsulate the complete activities in a try catch?
Fo this use case , we should encapsulate functionality wise and not individual
The idea is simple - if in case the filling form fails for any of field i want to do the same action/ exception so i would like to put all of them in one sequence and then put that sequence in try catch
But let say for each and every field failure , i want a different exception - then individual try catch
Hi Sir its good learning, i am always following ur video for a long time ...here i am facing issue in getting the image.i have used Directory.Getfiles(in_Config("ImgFolderPath").ToString, Str_EmpCode +" .jpg").FirstOrDefault...i am getting error that image is not available for all the 16 members
I am using uipath community edition 2024.2.1
The path you have mentioned seems incorrect .." .jpg" There is a space before jpg , Before this activity , try to print the path in writeline and see if you are able to print the correct path
Yes I got it sir thank you
This was really a very clear and detailed explanation of concept. Was able to follow along. And everything worked as expected but after 3rd transaction 4th transaction took lot of time and never completed. As it’s my first time learning I am not sure why it’s not processing further. Could you please explain the reason and how I can resolve this? There are no exceptions
There might be multiple reasons for that - i would recommend run the automation in debug mode and see which activity is taking tat extra time .
Yes I did that but nothing is displaying even in the debug mode it just showing “ processing transaction 4”
hi sir,i have an issue, none of my throw activities for some reason do not work, any idea?
Run the automation in debug mode and see where the flow is going
image not reflect on docs sir its get change position how to handle for office 2010
1. Try updating the word package .
2. Try with a new document.
3. Run the automation in debug mode and see which activity is causing the issue.
Hello Mukesh Kala Garu Good Evening. I have a doubt which is, you have given replacement images with Emp_Code right. But there were no images that hadn't saved by emp_code, how could you match with emp_code. Bot doesn't know who is male and female how can it validate? There were no any common validations between images and emp_code.
You can add the gender in the image name , also for one emp_code there would be always only 1 employee .... 2 employees cannot have same empcode
@@MukeshKala My question is how can bot understand this empcode is that image only? Because of there are no any common identity. Images weren't saved by empcode.
How do we identify it manually?
Yeah, that's my question. For example, i would change the image order in the images folder. i don't want to put it which you was giving me in an order. So, is bot can understand that emp is this image?@@MukeshKala
Why my RE processing same Row in whole Transaction
Because your transaction number is not getting incremented .. run Thea automation in debug mode and you will get your answer
i am getting error message "Replace Picture: Value cannot be null. (Parameter 'path')" what does this mean?
The Path of the Picture in not proper - Run in debug mode and see the variable values.
great
Thank you 🙏
Hello Sir, in the save as document file path to save as I wrote Path.Combine(in_Config("FolderForCards").ToString.str_empcode+".docx") but I am getting error str_empcode is not a member of string. However I already declared the argument str_empcode as a string. Kindly suggest how to overcome the error.
It should be comma not a dot before the str_empcode
@@MukeshKala ThakYou
Hi sir,
Could you please upload a video on extracting data along with line items from unstructured invoices using regex.
Hello, Thank you for suggesting this - Let me try to bring some use case on this .
@@MukeshKalathanks for your concern about this.
Sir,I have one more error. In the Get Transaction Item, I am getting error Process finish due to no more transaction. My word document did not get replaced with the name, bloddgroup etc.
This means there are no transactions in the excel files to process , For the Replacement thing - Run the Automation in Debug Mode and see why its not working.
@@MukeshKala ok sure let me do that
Id Card Generate And Hr Offer Letter Also Can Make Video How rectify Thar Error Please......
You need to create the solution in new Framework , Also try to leverage UiPath Forum - You will Understand to tackle Errors.
Send SMTP Mail Message: An error occurred while attempting to establish an SSL or TLS connection.
The server's SSL certificate could not be validated for the following reasons:
• The server certificate has the following errors:
• The revocation function was unable to check revocation for the certificate.
I'm getting the above error.
This is something to do with the smtp details you are using .. Also pls check if you are not behind some firewall and network restrictions should not be there
@@MukeshKala if I am, how to overcome it.
You need to ask your network team to provide you the access to send mails outside the network
Mukesh bot is repeating same name,designation in all the id's................photos are different
The robot might not be Picking the correct transaction … run the automation in debug mode , put a break point in process transaction and see the values
Completed this project, so many things i tried to do with my own, and learnt so many things like how to work with excel, increament, and STATUS Updation, Thank you so much @MukeshKala sir..🫡
Glad it helped!
Job stopped with an unexpected exit code: 0xE0434352
Hi Mukesh I am Following Scratch To end your Video and Practice when i am Excute The Project through Above error
Update the packages to latest version and create a fresh solution