2. UiPath RPA Use Case : Create Card | ReFramework without Orchestrator Queue | With Excel Datatable

  Рет қаралды 8,593

Tutorials by Mukesh Kala

Tutorials by Mukesh Kala

Күн бұрын

Пікірлер: 52
@MukeshKala
@MukeshKala 2 жыл бұрын
This Use case is divided into 2 Parts. This is the Part 2 of the video - 👉 👉 👉 Link to the Part 1 : kzbin.info/www/bejne/gIXQhZJ_jMp5e5I
@shubhamdubey5438
@shubhamdubey5438 2 жыл бұрын
One of the best use case found on ReFramework so far on youtube. Thanks for sharing. Keep up the good work.
@MukeshKala
@MukeshKala 2 жыл бұрын
Thank you Shubham for your feedback 🤩
@divyanathk.r7157
@divyanathk.r7157 3 ай бұрын
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?
@MukeshKala
@MukeshKala 3 ай бұрын
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
@shrutimugli2437
@shrutimugli2437 5 ай бұрын
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
@MukeshKala
@MukeshKala 5 ай бұрын
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 .
@shrutimugli2437
@shrutimugli2437 5 ай бұрын
Yes I did that but nothing is displaying even in the debug mode it just showing “ processing transaction 4”
@SyedAli-iq4ku
@SyedAli-iq4ku Жыл бұрын
So helpful and I really enjoy your series, Thank you so much.
@MukeshKala
@MukeshKala Жыл бұрын
Glad you like them!
@priyasworld1525
@priyasworld1525 2 жыл бұрын
Best teacher in the world
@MukeshKala
@MukeshKala 2 жыл бұрын
That's a Huge Compliment .. However Thank you 😀
@saikirank5683
@saikirank5683 Жыл бұрын
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
@MukeshKala Жыл бұрын
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
@saikirank5683
@saikirank5683 Жыл бұрын
@@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.
@MukeshKala
@MukeshKala Жыл бұрын
How do we identify it manually?
@saikirank5683
@saikirank5683 Жыл бұрын
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
@msrgaming6643
@msrgaming6643 10 ай бұрын
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..🫡
@MukeshKala
@MukeshKala 10 ай бұрын
Glad it helped!
@madhushalinitv3120
@madhushalinitv3120 7 ай бұрын
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
@madhushalinitv3120
@madhushalinitv3120 7 ай бұрын
I am using uipath community edition 2024.2.1
@MukeshKala
@MukeshKala 7 ай бұрын
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
@madhushalinitv3120
@madhushalinitv3120 7 ай бұрын
Yes I got it sir thank you
@LuisHazel-u3q
@LuisHazel-u3q 7 ай бұрын
hi sir,i have an issue, none of my throw activities for some reason do not work, any idea?
@MukeshKala
@MukeshKala 7 ай бұрын
Run the automation in debug mode and see where the flow is going
@pavanshetty6012
@pavanshetty6012 Жыл бұрын
i am getting error message "Replace Picture: Value cannot be null. (Parameter 'path')" what does this mean?
@MukeshKala
@MukeshKala Жыл бұрын
The Path of the Picture in not proper - Run in debug mode and see the variable values.
@jagadeeshjaddu7333
@jagadeeshjaddu7333 2 жыл бұрын
Hi sir, Could you please upload a video on extracting data along with line items from unstructured invoices using regex.
@MukeshKala
@MukeshKala 2 жыл бұрын
Hello, Thank you for suggesting this - Let me try to bring some use case on this .
@SyedAli-iq4ku
@SyedAli-iq4ku Жыл бұрын
​@@MukeshKalathanks for your concern about this.
@rpa6646
@rpa6646 2 жыл бұрын
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.
@MukeshKala
@MukeshKala 2 жыл бұрын
It should be comma not a dot before the str_empcode
@rpa6646
@rpa6646 2 жыл бұрын
@@MukeshKala ThakYou
@muthyalareddyvemireddy1460
@muthyalareddyvemireddy1460 Жыл бұрын
Id Card Generate And Hr Offer Letter Also Can Make Video How rectify Thar Error Please......
@MukeshKala
@MukeshKala Жыл бұрын
You need to create the solution in new Framework , Also try to leverage UiPath Forum - You will Understand to tackle Errors.
@sohilbagwan2769
@sohilbagwan2769 2 жыл бұрын
image not reflect on docs sir its get change position how to handle for office 2010
@MukeshKala
@MukeshKala 2 жыл бұрын
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.
@rpa6646
@rpa6646 2 жыл бұрын
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.
@MukeshKala
@MukeshKala 2 жыл бұрын
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.
@rpa6646
@rpa6646 2 жыл бұрын
@@MukeshKala ok sure let me do that
@ramees662
@ramees662 Жыл бұрын
Why my RE processing same Row in whole Transaction
@MukeshKala
@MukeshKala Жыл бұрын
Because your transaction number is not getting incremented .. run Thea automation in debug mode and you will get your answer
@girishkrishna4654
@girishkrishna4654 Жыл бұрын
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.
@MukeshKala
@MukeshKala Жыл бұрын
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
@girishkrishna4654
@girishkrishna4654 Жыл бұрын
@@MukeshKala if I am, how to overcome it.
@MukeshKala
@MukeshKala Жыл бұрын
You need to ask your network team to provide you the access to send mails outside the network
@priyeshshetty6520
@priyeshshetty6520 Жыл бұрын
Mukesh bot is repeating same name,designation in all the id's................photos are different
@MukeshKala
@MukeshKala Жыл бұрын
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
@MohdIrshad-hv4vw
@MohdIrshad-hv4vw 2 жыл бұрын
great
@MukeshKala
@MukeshKala 2 жыл бұрын
Thank you 🙏
@muthyalareddyvemireddy1460
@muthyalareddyvemireddy1460 Жыл бұрын
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
@MukeshKala
@MukeshKala Жыл бұрын
Update the packages to latest version and create a fresh solution
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 14 МЛН
Hands-On Power BI Tutorial 📊Beginner to Pro [Full Course] ⚡
3:05:45
Pragmatic Works
Рет қаралды 2,2 МЛН
Complete Flow Designer Training - ServiceNow
3:37:27
snowexpertrohit
Рет қаралды 34 М.