Great Video. I would like to request to upload the input files or download link for input files , so that we can try implementing this project. Thanks.
Thank you very much for the great complement! You can learn more from playlist. we have more than 5 videos: ruclips.net/p/PL41Y-9S9wmyLi3H8b-zIou085YEGy2f-T
hello manish,thanks very much your channel is helping me like anything could you please do a lecture on "DATABASE CONNECTION" and also how to work with queue items with Database in RE-Framework by generating a GUID from UIpath studio and updating that in database and get the transaction item from queue by calling GUID
Hi, Bro You are doing really great..... excellent knowledge, fantastic explanation with real time.....even i too suggest to my friends to watch your videos......Great..... here i have few questions on "for 2 retried items"........ 1. we have already given auto retry 2 times, but y it failed to process successfully and again it is showing retried? 2. now we have 2 retried items, if we add 10 more items to process, that time , will it process only 10 or 12? if it process 10, no problem.y because item status is "New". if it process 12, will it possible? y because the status of 2 items are "Retried"? 3. According to your video, "Add items to queue only there is no items to process" according to that will i be able to add few more items while there is already 2 retried items present? if yes, how?
Thank you so much for appreciating me! Now if you will check your Queue items count, it will have two more items added. Queue keeps status "Retried" and add same item and process separately. So as per logic if you have new status only then no other items will be added.
Hello, UiPath RPA... Good evening ~~~ I am learning a lot from your video. Now, I'm solving UiDemo of UiPath Level3, but I cannot do it. I'm confused to use Argument of the lecture ( I saw you argument video already, but I'm confused in the actual develop) So I searched the Ui Forum for help, but a lot of people are asking questions about UiDemo of UiPath Level3, but I couldn't find the correct answer. I suggest you to make it a video and post it on your RUclips. I'm sure many people like your video. How about my proposal? Thanks a lot,,,
Amazing video. I love that you explain each and everything steps by step. The content is Gold. I followed your video but while executing the automation. Got error in Read Range Activity (The workbook does not exist)
I really liked the pace of this video, and I followed it step-by-step. At the moment of running, there were some errors for undefined variables: LoggedInSuccessfully, Username, Password. In fact, I remember they are used in the video, but not defined. What am I missing? Also, the variable RecordsDT was introduced: wouldn't it be better to use the existing global variable TransactionData defined in main.xaml?
@uipath rpa Manish bro... Do u have any freelancer projects for practical knowledge... Can we strt practical sessions bro.... U r giving is wonderful knowledge...
why would you add items into the queue in the init state? isn't the purpose of init state just to load the metadata for the project such as queue name, file locations etc etc .. shoudn't queue be filled in the get transaction data state?
Hi Manish.. the video was easy to understand and thank you so much....could you please post an RPA challenge invoice extraction using the REframework video...please bro
Hi Manish, thanks for sharing such a nice video. It is very informative. Can you please advice what should I do in case have multiple sheets in input excel and each sheet data need to be pushed and processed through queue? I am working on real time project and facing the same scenario.Thanks.
My suggestion is to have videos in Hindi only so that ppl can contemplate in a better way. There is no harm in making videos in Hindi as in india, most of the ppl do understand the nation language
Hi, manish please attach the link for the files you have used example transaction files. Uidemo application so that we could download and try by our selfs. Great video and great content.
Good video. I tried. When I closed uidemo app while running. It throw exception. Stoped the project. Unless I click on continue.4 times bcz type into,click activities also shows ui element not found.... Exception handling not working. But in your your video its worked. Any additional settings have to do? 2.you have disable asset activity in initialize state.there is a option get asset from orchestrator. But u talking new get asset activity to get credentials..is there any problem.
Hello Manish I have a very basic question, what is that DEMO.exe file which you have copied to data folder? How did you create it and does it contain any specific data?
hi Manish! love your tutorials... i got an issue, when i try to get the error on the process, as you did, my robot does not close the app and reopen it. just give me that error and hold it untill i kill manually the process.. just stay here " Type Into 'editable text cashintb': Cannot find the UI element corresponding to this selector: " what am i doing wrong? i followed your steps
Can you plz guide on how to resolve this issue "Bulk Add Queue Items: Operation returned an invalid status code 'BadRequest'" And also if i add add queue items instead of bulk add queue items, what could be the reference number in the property field.....thanks
Framework/InitAllApplications.xaml: Compiler error(s) encountered processing expression ""Password"". Value of type 'String' cannot be converted to 'System.Security.SecureString'. I am getting following error while running the code.
i hve tried same process but the values it typing are not exactly from transaction file but are very big .ex:4000,6500 in that range. Is this we want or i am making misunderstanding.
HI,How to reuse these queue item,if I have several sub-process in Process.xaml?For example:there are 2 sub-process in Process.xaml,after deal with all items in sub-process1, I need to reuse these items for generating a log report in sub-process 2,How can i do?please offer some advice,thanks.
Hi Manish....I am getting error while applying the business rules. I am getting error while applying the condition.(IsNumeric). However in your case there is no error showing. What could be the reason. Please help!!
At time 28.12, 13th transaction got system exception, so it closes and re open all the app, and again it needs to start 13th transaction, y it went to 14th transaction. even we have given retry option in queue.2 times...... does it take only status "New" transactions only or will it take first retried transactions....for processing after system exception.......
When populating the fields in the UIDemo application, I noticed that it was adding ".00" to the end of every value. For example $911.07 is entered as $91107.00. What syntax would you use to enter the correct value? Or is that actually a bug in the UIDemo application?
Hi Tried doing the below assignment, but got blocked in Init state. Could you explain slowly for practice. 1. Log in to www.acme-test.com. 2. On the landing page, Dashboard, click or hover over the Vendors menu item and then click on Search for Vendor. Click on Display All Vendors. Scrape the data from the whole table displayed. The resulting datatable will be used as the input data for the process. Navigate back to the dashboard. Note: Navigation can be achieved in multiple ways by the robot - choose whichever you find best. Process Transaction:- 3. For each Tax ID: - Navigate to Vendors - Search page (click or hover over the Vendors menu item and then click on Search for Vendor); - Type the Tax ID into the Vendor Tax ID field; - Click on Search; - Extract the values for the Vendor, Address and Country and compare them with the values from the previously extracted table from the Display All Vendors page (check for EXACT match for all fields!); - If the values are not matching, this should be categorized as a Business Rule Exception; - If the Country does NOT belong to the group {""Romania"", ""France"", ""Germany""}, this should be categorized as the second Business Rule Exception. We can only process requests from these countries. Check the Country value extracted after the individual Tax ID search; - If no Business Rule Exception, Append the resulting datatable from each page into an CSV file; you shouldn't worry about the headers and format of the output file.
How to fetch demo. Exe username in type into... As when cursor put on username then whole window shows blue not that particular username and password... How to select it with uipath selector?
@@UiPathRPAI have checked in the framework folder, All other projects are available, But GetCredential workflow is not there. I am using studio 2019.10.3, Is it not available in that?
I followed the same process twice. But no able to execute. System error at initialization: The given key was not present in the dictionary. at Source: mscorlib
Do I have to write additional code to handle System error other than the steps mentioned in the video? UiDemo automation working perfectly for me other than the automatic recovery. Please advise.
Hi Saurabh, If You are using Re-Framework then you should follow the best practices. Keeping the config data in excel or database is the best practices. If you do not use config file then you have to keep it hard-coded everywhere.
@@UiPathRPA sir where we can get that uidemo.exe file.? I am not able get that file. Is that possible to generate that file by publishing project on studio or somewhere else?
@@UiPathRPA Hello Dear friend, I Resolve my problem, the problem happen because of version UiPath, do you have any e-mail for contact you when I need a help? Thanks for answer, great videos!
Watch this video to see Reframework Practical examples.
Great Video. I would like to request to upload the input files or download link for input files , so that we can try implementing this project.
Thanks.
I need your xaml codes to download
Thank you so much for the video. It is very useful in real time work.Make more video of Re-Framework on real time Scenarios..keep it up.
Thanks Saleem for the compliment!
This contents is a excellent lecture for a practical understanding about Re Framework!
Thank you so much for the feedback!
Thank you Manish for creating this excellent video loaded with practical guidance. Every minute watching this tutorial is well spent! All the Best!
Thank you so much!
Thanks, Manish! very good explanation its far better than the official document solution. More power to you, make such videos, and help others.
Heartfully thank you for this wonderful session.....
Most welcome!
Thank you so much for videos, you are very good a teacher, make more video of Re-Framework, you are best, keep it up :)
Thank you very much for the great complement! You can learn more from playlist. we have more than 5 videos:
ruclips.net/p/PL41Y-9S9wmyLi3H8b-zIou085YEGy2f-T
Thanks Manish. This video is very informative.
Thank you!
Thanks man for this tutorial, it’s very clear and much easier to understand even compared to uipath oficial course. 👍🏽👍🏽
Glad to hear that!
Thanks so much for making this video , u r best , keep it up
Thank you!
hello manish,thanks very much
your channel is helping me like anything
could you please do a lecture on "DATABASE CONNECTION"
and also how to work with queue items with Database in RE-Framework by generating a GUID from UIpath studio and updating that in database and get the transaction item from queue by calling GUID
nice one,very nicely explained
Thank you so much!
Awesome video..Thanks for guiding us :-)
Thank you!
@@UiPathRPA Sir, could you please reply on my comment posted on video number #133 of playlist.
Nice video and explanation! Thanks!
Thank you!
very understandable ..Thank u
Nice Explanation ....
Thank you! PLease Like and Subscribe.
super sir and tnq for making this video
Thank you so much!
Hi, Bro You are doing really great..... excellent knowledge, fantastic explanation with real time.....even i too suggest to my friends to watch your videos......Great.....
here i have few questions on "for 2 retried items"........
1. we have already given auto retry 2 times, but y it failed to process successfully and again it is showing retried?
2. now we have 2 retried items, if we add 10 more items to process, that time , will it process only 10 or 12? if it process 10, no problem.y because item status is "New". if it process 12, will it possible? y because the status of 2 items are "Retried"?
3. According to your video, "Add items to queue only there is no items to process" according to that will i be able to add few more items while there is already 2 retried items present? if yes, how?
Thank you so much for appreciating me!
Now if you will check your Queue items count, it will have two more items added. Queue keeps status "Retried" and add same item and process separately.
So as per logic if you have new status only then no other items will be added.
Wonderful work. Thank you
Thank you! Cheers!
Thanks Dear ..🤝
Hello, UiPath RPA...
Good evening ~~~
I am learning a lot from your video.
Now, I'm solving UiDemo of UiPath Level3, but I cannot do it.
I'm confused to use Argument of the lecture ( I saw you argument video already, but I'm confused in the actual develop)
So I searched the Ui Forum for help, but a lot of people are asking questions about UiDemo of UiPath Level3, but I couldn't find the correct answer.
I suggest you to make it a video and post it on your RUclips.
I'm sure many people like your video.
How about my proposal?
Thanks a lot,,,
Thanks Manish!!
Amazing video. I love that you explain each and everything steps by step. The content is Gold. I followed your video but while executing the automation. Got error in Read Range Activity (The workbook does not exist)
The above error I have resolved, a new error came in now in GET TRANSACTION ITEM ( Object Reference not set to an instance of an object... Please HELP
great stuff
Nice
Thank you so much for this video
Thanks bro u are great man
It's my pleasure
I really liked the pace of this video, and I followed it step-by-step.
At the moment of running, there were some errors for undefined variables: LoggedInSuccessfully, Username, Password. In fact, I remember they are used in the video, but not defined. What am I missing?
Also, the variable RecordsDT was introduced: wouldn't it be better to use the existing global variable TransactionData defined in main.xaml?
thanks for this video
@uipath rpa Manish bro... Do u have any freelancer projects for practical knowledge...
Can we strt practical sessions bro.... U r giving is wonderful knowledge...
You can start watching all RE-Framework videos from playlist. It has everything related to practical knowledge.
why would you add items into the queue in the init state? isn't the purpose of init state just to load the metadata for the project such as queue name, file locations etc etc .. shoudn't queue be filled in the get transaction data state?
I need to store the config file in data folder and orchestrator storage bucket also is that correct
hi,
If i have multiple excel files how I can read the data and insert all the data in the queue folder ?
Thank you so much!! Is very helpful
Glad it was helpful! Thank you!
What is back office activities in uipath and which activites comes under back office and front office activites??
Hi Manish.. the video was easy to understand and thank you so much....could you please post an RPA challenge invoice extraction using the REframework video...please bro
Hi Manish, thanks for sharing such a nice video. It is very informative. Can you please advice what should I do in case have multiple sheets in input excel and each sheet data need to be pushed and processed through queue? I am working on real time project and facing the same scenario.Thanks.
To read data from multiple sheet you have to apply the same logic which is for config file.
UiPath RPA I also thought the same but confused that how should I apply it in Reframework ?
My suggestion is to have videos in Hindi only so that ppl can contemplate in a better way. There is no harm in making videos in Hindi as in india, most of the ppl do understand the nation language
Hi, manish please attach the link for the files you have used example transaction files. Uidemo application so that we could download and try by our selfs. Great video and great content.
Good video. I tried. When I closed uidemo app while running. It throw exception. Stoped the project. Unless I click on continue.4 times bcz type into,click activities also shows ui element not found....
Exception handling not working. But in your your video its worked.
Any additional settings have to do?
2.you have disable asset activity in initialize state.there is a option get asset from orchestrator.
But u talking new get asset activity to get credentials..is there any problem.
Thank u very much sir..can u please guide us for UIpath certification practicals
I believe, these videos are enough to help you in UiPath Certification.
Hello Manish
I have a very basic question, what is that DEMO.exe file which you have copied to data folder? How did you create it and does it contain any specific data?
Hii. I do not have "Get app credentials" xaml. How can I get it. Please help. I checked in the Framework part but still not finding
hi Manish! love your tutorials... i got an issue, when i try to get the error on the process, as you did, my robot does not close the app and reopen it. just give me that error and hold it untill i kill manually the process..
just stay here " Type Into 'editable text cashintb': Cannot find the UI element corresponding to this selector: "
what am i doing wrong? i followed your steps
Thank you😁
Can you plz guide on how to resolve this issue
"Bulk Add Queue Items: Operation returned an invalid status code 'BadRequest'"
And also if i add add queue items instead of bulk add queue items, what could be the reference number in the property field.....thanks
Framework/InitAllApplications.xaml: Compiler error(s) encountered processing expression ""Password"".
Value of type 'String' cannot be converted to 'System.Security.SecureString'. I am getting following error while running the code.
How this UIDemo.exe generated? Do we need to create it manually?
i hve tried same process but the values it typing are not exactly from transaction file but are very big .ex:4000,6500 in that range. Is this we want or i am making misunderstanding.
Hi , bro I don't have Get app credential XML in my project..what should I do , how to get this
Thanks for the video explaining step by step using queues. Will it be possible for you to share the code explained in this video?
Thank you Sakshi... Yes it is possible but if you do it yourself that will be better.
Thank you Manish.. How to deal with this where we do not want to use the Orchestrator? Could you please also help with that scenario.
Very soon I will upload video for Re-Framework with input from excel. You will understand that.
Hi Manish ,
Can use rest API in uipath and upload video with a practical business example with rest API uipath
HI,How to reuse these queue item,if I have several sub-process in Process.xaml?For example:there are 2 sub-process in Process.xaml,after deal with all items in sub-process1, I need to reuse these items for generating a log report in sub-process 2,How can i do?please offer some advice,thanks.
How to set the transaction status in reframework
Hi Manish....I am getting error while applying the business rules. I am getting error while applying the condition.(IsNumeric). However in your case there is no error showing. What could be the reason. Please help!!
How can download the uidemo application?
At time 28.12, 13th transaction got system exception, so it closes and re open all the app, and again it needs to start 13th transaction, y it went to 14th transaction. even we have given retry option in queue.2 times......
does it take only status "New" transactions only or will it take first retried transactions....for processing after system exception.......
Hi Mastan, it retries the item if status is failed due to system exception.
how to get your xaml for download
Thank you Brooo
Hi Manish,
I am not able to get BULK activity and not even download from packages . . please help me with the same
Regards,
heena
Thanks Man
Thank you
Hi what is uidemo.exe file for which you have added the path in config file.
When populating the fields in the UIDemo application, I noticed that it was adding ".00" to the end of every value. For example $911.07 is entered as $91107.00. What syntax would you use to enter the correct value? Or is that actually a bug in the UIDemo application?
Yes it seems there is a bug in UIDemo application. I didn't notice that.
Is it compulsory to have the name,... in the config file? Is the Config file required at all? Thanks
No this is not required to have the Name and value but we keep it just for our understanding.
Provide video on concentrx data solution video
Hi Tried doing the below assignment, but got blocked in Init state. Could you explain slowly for practice.
1. Log in to www.acme-test.com.
2. On the landing page, Dashboard, click or hover over the Vendors menu item and then click on Search for Vendor. Click on Display All Vendors. Scrape the data from the whole table displayed. The resulting datatable will be used as the input data for the process. Navigate back to the dashboard.
Note: Navigation can be achieved in multiple ways by the robot - choose whichever you find best.
Process Transaction:-
3. For each Tax ID:
- Navigate to Vendors - Search page (click or hover over the Vendors menu item and then click on Search for Vendor);
- Type the Tax ID into the Vendor Tax ID field;
- Click on Search;
- Extract the values for the Vendor, Address and Country and compare them with the values from the previously extracted table from the Display All Vendors page (check for EXACT match for all fields!);
- If the values are not matching, this should be categorized as a Business Rule Exception;
- If the Country does NOT belong to the group {""Romania"", ""France"", ""Germany""}, this should be categorized as the second Business Rule Exception.
We can only process requests from these countries. Check the Country value extracted after the individual Tax ID search;
- If no Business Rule Exception, Append the resulting datatable from each page into an CSV file; you shouldn't worry about the headers and format of the output file.
I am not able to open uidemo ....admin admin credentials not working
Try with username - admin
password - password
How to fetch demo. Exe username in type into... As when cursor put on username then whole window shows blue not that particular username and password... How to select it with uipath selector?
You have to change the Ui Accesibility from default to Ui automation or try with others.
@@UiPathRPA where to change accessibility in uipath Or uidemo. Exe???
how to get that demo.exe file
drive.google.com/file/d/16p98-HjgZQtdivktl-Ln4TfdC098fuZp/view?usp=drivesdk
Brother can you please help or guide me for ibm Watson text analysis, it would be great if you can share workflow
Manish can you pelase share the process after completion of each process, it will be very useful
Yes I can. But I will recommend you to try to make it at your end.
I am not getting GetCredential Workflow in Reframework. I Used Get Credential activity to complete this project.
You can get the workflow in Framework Folder in ReFramrwork Project.
@@UiPathRPAI have checked in the framework folder, All other projects are available, But GetCredential workflow is not there. I am using studio 2019.10.3, Is it not available in that?
I don't think so. Try to create a new Re-Framework template and check that
I followed the same process twice. But no able to execute.
System error at initialization: The given key was not present in the dictionary. at Source: mscorlib
This error occurs when variable has no data and you are using in next activity.
Nice explanation could you please tell me how to generate exe in ui path?
HI bro your videos are very good. can you share those UiDemo application and transaction.xlsx excel file
drive.google.com/file/d/16p98-HjgZQtdivktl-Ln4TfdC098fuZp/view?usp=drivesdk
Could you please share the Demo Application or path where I can Download that.
drive.google.com/file/d/16p98-HjgZQtdivktl-Ln4TfdC098fuZp/view?usp=drivesdk
@@UiPathRPA Thank You
@@UiPathRPA Thankyou
Hello friend, my process does not recover automatically. I have set Max Retires to 2 in the Orchestrator. Could you help me pls?
Are you using Handle System Error features correctly?
Do I have to write additional code to handle System error other than the steps mentioned in the video? UiDemo automation working perfectly for me other than the automatic recovery. Please advise.
@@shibujoseph7946 hi Shibu... Am also facing the same issue. Did u find solution for this issue?
rpa vs artificial inteligence vs machine learning vs iot kya hai ye 4same hai ya different iska scope kya hai ??is par vidio banae
Yes sure. Thanks for writing your concern!
Manish From Entra Solution... If I am right
Hello, I have a problem, my read range take an error when arrive in (InitAllSettings in ("assets"))... somebody help me pls?
Can you please share the error message?
@@UiPathRPA Hello Dear.. Error:
(RemoteException wrapping System.ArgumentException: The sheet does not exist.
at UiPath.Excel.WorkbookFile.SetSheet(String sheetName,
Boolean createNew)
at UiPath.Excel.Activities.WorkbookActivity`1.BeginExecute(AsyncCodeActivityContext context,
AsyncCallback callback,
Object state)
at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation))
Hey Manish,
Can we do this without using config file?
1. Add data to queue to Orchestrator
2. Process data from Queue
Hi Saurabh, If You are using Re-Framework then you should follow the best practices. Keeping the config data in excel or database is the best practices. If you do not use config file then you have to keep it hard-coded everywhere.
@@UiPathRPA thank you :)
Hi, Sir. How did you generated Uidemo.exe file ? After published we ge nupkg file.
How to do that? Plz reply..
Would you please clarify your requirement? I am not getting you.
@@UiPathRPA sir where we can get that uidemo.exe file.? I am not able get that file. Is that possible to generate that file by publishing project on studio or somewhere else?
Download from here drive.google.com/file/d/16p98-HjgZQtdivktl-Ln4TfdC098fuZp/view?usp=drivesdk
@@UiPathRPA can you please activate the link so i can download it or you can email me the file bibhu.behera84@gmail.com
Hey manish, can you make series on Win automation tool
You mean automating the windows application using UiPath.
@@UiPathRPA no no win automation is a tool... Some office use win automation
Let me give you link in next comments...its has 30 days trial period
@@UiPathRPA
ruclips.net/video/gR-b38eHTD8/видео.html
Tutorial videos
@@UiPathRPA nice tool
Hi Manish,
Can you share the transaction excel file Please
Bulk Add Queue Items: Operation returned an invalid status code ‘NotFound’ - give me sloution
Watch this video ruclips.net/video/qnlBpfKQTKk/видео.html
But still getting the same error...
How can we again process Retried items....?
Template has every thing set in the same way so that it can retry items. Make sure you have set max retry in queue.
Hello Dear friend, my proccess dont recovery automatic, can you help me pls?
Hi Diego, Did you set the max retry in Queue?
@@UiPathRPA hello, where I can find this number of retry?
@@UiPathRPA Can you pass the your file to me pls,..for tests?
Tomorrow I will put the project download link in video description.
@@UiPathRPA Hello Dear friend, I Resolve my problem, the problem happen because of version UiPath, do you have any e-mail for contact you when I need a help?
Thanks for answer, great videos!
Bahut ganda smjhaate hai bhai
Thank you
Hi how do I download the UI demo Application????