Nice session, One query , is it possible to extract PDf Purchase Order data where some portion forms the header and some portion forms details to csv. Main aim is to have this data in csv which can later be converted to an order
Hello sir I have some issues in RE framework , I did one project watching this tutorial, one worked very nice for browser, but one was not working while doing for windows application. I think the problem in get transaction . Can you help me out in this situation. Thanks in advance Sourav
Thank you so much for such wonderful teaching on Re-framework. I am getting the following error at "Add Queue item":- Add Queue Item: Orchestrator information is not available. Please check if UiPath Robot Service is started. I have already created an orchestrator and Queue in it also. Opened in all browser but still not working. Please help.
Sir you said whenever there is application exception it will go to init stage and then perform get transition stage but mg doubt is which item the bot will pick as it starts from begining because already few records were process right
Thanks for your comment Prativa, it wil start from where ever it left, not start from starting index/item, because in get Process it will pick the next item
Hi very well explained Sudheer and thank you so much for your efforts. I have a doubt So, RE Framework that we are going to use only while working with Orchestrator?
When did you declare and fill the "in_Config" variable in video 1:0103 with the data of config.xlsx file? Is In_Config variable contains all the data of config.xlsx like Out_Config? I can't find that part in the initAllsettings. Please indicate where I can find it! Plus, if you can tell me whether variable "config" is meaningfully used in REFramework. It seems to me just as a symbol and not in a practical manner. Sometimes it is passed as an empty variable and I do not know the meaning/need. Please answer me and thank you for the explanation in the video and for this one specifically in advance!
No need to worry about this parts like reading config..xlsx to config dictionary , because REFrameork will come with the this code For your information, you can refer initallsettings.xaml file
Hello sir.. best explanation by you ... I have a problem My robot is running sir but folder and the file is not creating only on a single time.. a currentshare file is created and the rest time transaction shows successfull but there is no folder or txt file created. Please help
RE framework is used only when we need to take items from orchestrator queue...so if we dont want to deal with orchestrator in our project...so we dont need to use re frame work ryt ??
how should we process the queue items which are in a retried states in the same process? do we need to write logic to take only retried state items from orchestrator or how should we work on those items if I want to execute those items after the execution of Robot successfully? can anyone explain?
Very nice explanation sir, thanks a lot for making this video. 😇 Can you please make some videos on creating custom activities. Some real scenario based examples.
You have added OutputCompanyFolder in Asset (Config File )and Even Yahoo URL in Asset (Config File ), but, shouldn't they be written in Settings Sheet of config.xlsx??
Nice explaination, keep it up. However, he did not explain few attributes while the actual project was being made and was not clear. Towards the end, he kind of quickly stretched it
I would like to thanks for the great video...Thanks for supporting as well. Kindly let me know in which location do you work in DXC sir, Becoz I also work in DXC, Noida.
Hello pankaj from Dxc , hope u remember me, my uipath work in the company is going awesome. Wanted to learn re framework and here i found your video , your explanation is very nice. Thanks for uploading this.
Sir can you please share the Zip file of this workflow as i am facing some issues so it will be great help if you can share Zip of this workflow with me.
Very very well explained reframework thanks for this video.
Thanx a lot
Congrats Sudheer Nimmagadda garu, Happy to see in UiPath Community 2022 MVP list.
Keep rising.
Thank you very much
best explanation of RE that I have been through.
Thanks a LOT Bro
Fantastic explanation! Much clearer than the UiPath Level 3 advanced training walkthrough!
WoW, thanks a lot,
Awesome Explanation...Easy to understand ...Best Video about RE Frame work so far when compared to other channels videos on RE Framework
Thank you very much
Awesome content, thank you so much for releasing this in the free content! Continue the service 👍
Thanks a lot
Thank you so much for this video.This video clearly helps me to understand and make me clear.Clear Explanation
Thanks a lot Indhuja
Nicely explained, understood thoroughly. Thanks a lot !!
Thank you very much
Nice session, One query , is it possible to extract PDf Purchase Order data where some portion forms the header and some portion forms details to csv. Main aim is to have this data in csv which can later be converted to an order
Yes it's possible
Nice video and explain nicely.
Thanks Bro
Very clear and to the point video
Thanks
Nice and clear explanation.
Thank you
Thanks
Explanation is very clear! Thanks for such good content :-)
Thanks a lot Reshma
now i understand everything better.thank you
Thanks
Great content Sir!!!👍👍👍👍 Please continue with the series
Thanks a lot bhoomika
Example is good , effort is appreciated but there is room for improvement in presentation
Yes, I will do, thanks
@@botsDNA Thank You Sir and wish you huge success in coming days, I subscribed you..
@@simpleASabc thanks a lot
Hi Sir, Is it possible to implement RE framework without the use of the Orchestrator?
Thanks in advance :)
Yes , it is 💯% possible
@@botsDNA could you please provide an example or provide some links. I have a project that is driven by datatables
Good explanation sir..👌👏
Thanks bro
Hello sir
I have some issues in RE framework , I did one project watching this tutorial, one worked very nice for browser, but one was not working while doing for windows application. I think the problem in get transaction . Can you help me out in this situation.
Thanks in advance
Sourav
Thank you so much for such wonderful teaching on Re-framework. I am getting the following error at "Add Queue item":- Add Queue Item: Orchestrator information is not available. Please check if UiPath Robot Service is started.
I have already created an orchestrator and Queue in it also. Opened in all browser but still not working. Please help.
Thanks for your comments , Please Restart Service or PC it will work
This is brilliant! Thank you very much!
Thanks a lot angelo
Sir you said whenever there is application exception it will go to init stage and then perform get transition stage but mg doubt is which item the bot will pick as it starts from begining because already few records were process right
Thanks for your comment Prativa, it wil start from where ever it left, not start from starting index/item, because in get Process it will pick the next item
nice explanation!!...can you pls share other vidios which you have done
Thanks a lot, sure
Hi very well explained Sudheer and thank you so much for your efforts. I have a doubt So, RE Framework that we are going to use only while working with Orchestrator?
No, without orchestrator also you can use REF
1:01:40 - "oh shi---" lol. But a great video on the RE Framework
Hahahha, I recalled
Helpful video :)
Glad you think so!
Very well explained. Thank you so much!
Thanks
Constant means which will not change. But, the text file name may change in future. Then , how can be it under constant..
Text file name change is in our hand, so constant means what you said is 💯% correct, we assume that file name not changed
@@botsDNA thanks for your clarification. Great video.
@@Shikhasingh-wp7rs thanks a lot
Also, while passing the sheet name only two sheet name is passed "settings" and "constants" . Why is asset sheet not passed
Hi Any body downloaded copeautomation videos on uipath.He explained it very well.Now they were removed on youtube.Please let me know.
When did you declare and fill the "in_Config" variable in video 1:0103 with the data of config.xlsx file? Is In_Config variable contains all the data of config.xlsx like Out_Config? I can't find that part in the initAllsettings. Please indicate where I can find it!
Plus, if you can tell me whether variable "config" is meaningfully used in REFramework. It seems to me just as a symbol and not in a practical manner. Sometimes it is passed as an empty variable and I do not know the meaning/need.
Please answer me and thank you for the explanation in the video and for this one specifically in advance!
No need to worry about this parts like reading config..xlsx to config dictionary , because REFrameork will come with the this code
For your information, you can refer initallsettings.xaml file
Hello sir.. best explanation by you ... I have a problem My robot is running sir but folder and the file is not creating only on a single time.. a currentshare file is created and the rest time transaction shows successfull but there is no folder or txt file created. Please help
Same issue, only first time the folder and file are created. were you able to fix?
Very useful and well explained. Thanks so much Dear, Could you please share with which software you're recording those videos. Thanks in advance
Thanks, goto meeting
wen attach browser should be used
RE framework is used only when we need to take items from orchestrator queue...so if we dont want to deal with orchestrator in our project...so we dont need to use re frame work ryt ??
Thanks
With dispatcher and performer?
Performer
@@botsDNA, is there any link that I can download this file? Thanks.
Hi Sudheer, did you automate Citrix ?
Yes
Thank you very much Sir
i have doubt, why you added some text file content in constant section of the config file?What is other way of doing it?
Where we are having constant values
can you provide the excel sheet ?
it will very easy for practice.
Thank you so much for your video.
Sure, UiPath.learner@gmail.com
how should we process the queue items which are in a retried states in the same process? do we need to write logic to take only retried state items from orchestrator or how should we work on those items if I want to execute those items after the execution of Robot successfully?
can anyone explain?
Retry will take automatically by get translation item
Very nice explanation sir, thanks a lot for making this video. 😇
Can you please make some videos on creating custom activities. Some real scenario based examples.
Sure
thank you so much, I am getting an issue, the bot i not running and throwing a message "No Transaction Data" can u please guide.
What issue
This is a great video. I appreciate your effort.
Thanks a lot Matthew
You have added OutputCompanyFolder in Asset (Config File )and Even Yahoo URL in Asset (Config File ), but, shouldn't they be written in Settings Sheet of config.xlsx??
Yes, you can
Okkay...Thanks...!!🙏
Very nice sir
Thanks Naveen
Hi Sir.. I am getting "Type Into 'INPUT yfin-usr-qry': One or more errors occurred."
May be selector
Nice explaination, keep it up. However, he did not explain few attributes while the actual project was being made and was not clear. Towards the end, he kind of quickly stretched it
Thanks Sir
I would like to thanks for the great video...Thanks for supporting as well.
Kindly let me know in which location do you work in DXC sir, Becoz I also work in DXC, Noida.
Thanks Sir, currently i m not working in DXC
@@botsDNA
Kindly suggest me questions and answers for RPA interview...
ruclips.net/video/UQ7DvLXbeh0/видео.html
where we find excel sheet
Don't you have to give the queue name in get transaction state sir? Aren't we going to do anything in that state ? Btw nice detail video
No, We have to give queue name in config.xlsx (settings sheet)
Thanks in a million.
Thanks in Billions
Hello, I have an error in (For each "Get Asset") Can you help me pls?
can you check orchestrator is connected properly to your robot ?
good explanation!!!
Thanks
I am not able to get Asset in InitAllSettings it shows error (Get Asset: Invalid asset type was specified for asset '{0}'.)
May be orchistrator is not communicate to uirobot agent
Hello pankaj from Dxc , hope u remember me, my uipath work in the company is going awesome. Wanted to learn re framework and here i found your video , your explanation is very nice. Thanks for uploading this.
Thanks Pankaj for your great comments, All the best
Sir can you please share the Zip file of this workflow as i am facing some issues so it will be great help if you can share Zip of this workflow with me.
Ping me gmail address
Thank you
R u a online tutor
I m working employee, part-time I do training
I need to learn uipath completely
can anyone provide me RE framework related pdf notes?
Hey do you still need the notes?
@@SenzoDlomo I do!
Thank you