RE-Framework-Apply Business Exception Logic |Avoid Duplicate Records in Re Framework|UiPathRPA

  Рет қаралды 18,313

UiPath RPA

UiPath RPA

Күн бұрын

Пікірлер: 66
@dilsherkhan147
@dilsherkhan147 5 жыл бұрын
Thankyou Sir! Best video on RE Framework till the date.Well done :)
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Thank you so much for watching my videos! Please Like and subscribe .
@다윗의믿음
@다윗의믿음 5 жыл бұрын
Hi, UiPath RPA Thank you for your useful video. Good Luck To You - From Korea -
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Thank you so much!
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Watch this video to learn - How to apply Business Rule Exception Logic in ReFramework UiPath
@uday1002305
@uday1002305 5 жыл бұрын
Hi Sir, you are doing such a great job. Thanks for providing these knowledge to us. I have some questions, do we have any tool at client side, so that client can run the job by his own? OR only Admin responsible for this, who takes care of Orchestra? Asking because many times dependencies of users or clients like put filename, credential or any other things?
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Good question. Client can run the job from anywhere using Orchestrator or mobile application if he/she is added as a user in Orchestrator. If they have access of the Robot installed system then they can run from UiPath Robot from tray.
@uday1002305
@uday1002305 5 жыл бұрын
@@UiPathRPA Thanks for your response. I have understanding of Excel Macros. In Excel Macros, after development we sends excel file to user. So user click on button in excel sheet and run the macro. Actually, I want to know - 1) After development, do we need to send. Xaml file to user? So user can double click it and run the file. 2) Or do we need to add it in Orchastrator? 3) just want clear understanding like, on user system, who creates robot connection - (Developer or User?). 4) After robot connection, what steps to follow user? Like do he/she need to double click on XAML file. Or do he/she required to open orchestrator to run job. Or any other things he /she wants to do?
@shivamkushwaha
@shivamkushwaha 4 жыл бұрын
@@uday1002305 he can run from the system tray or schedule the same.
@gidionmanojkumar8279
@gidionmanojkumar8279 3 жыл бұрын
By checking the option "unique references" while creating the queue should work..
@Sam-yb9ut
@Sam-yb9ut 4 жыл бұрын
Thank you nice job. very helpful
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Thanks for watching!
@sudeshrajkumar7664
@sudeshrajkumar7664 4 жыл бұрын
So many videos of uipath tutorial in english but I see your videos because your videos in Hindi so please make videos in Hindi it will help me to understand deeply.please
@이현석-e5h
@이현석-e5h 4 жыл бұрын
if ( IsNumeric(in_TransactionItem.SpecificContent("CashIn")) ) compiler error help me
@karinarodrigues5824
@karinarodrigues5824 4 жыл бұрын
You have to do this: Information.IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
@amitagupta1815
@amitagupta1815 4 жыл бұрын
in_TransactionItem.SpecificContent("CashIn").ToString.IsNumeric : try this
@Nobody_Cares_07
@Nobody_Cares_07 3 жыл бұрын
@@amitagupta1815 Thanks for comment
@rajatdhammi
@rajatdhammi 4 жыл бұрын
in 20:21 If there are non numeric values in multiple columns, Then how to express that condition? and Instead of using storing the asset name in argument , an we directly pass the asset name , which we have used in orchestator in getasset?
@UiPathRPA
@UiPathRPA 4 жыл бұрын
You can write condition with And operator to check isnumeric.
@anandk5017
@anandk5017 4 жыл бұрын
hi , i am getting error when applying business rule as for i follow video in if condition IsNumeric(in_TransactionItem.SpecificContent("Cash In")) error like ---cannot reference instance numer ,shared variable how can i resolve it ??
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Did you create TrandactionItem variable with DataRow and pass value in Invoke Workflow?
@anandk5017
@anandk5017 4 жыл бұрын
no, i used Queue
@UiPathRPA
@UiPathRPA 4 жыл бұрын
@@anandk5017 Did you follow the same steps shown in Video?
@venkatvenky7644
@venkatvenky7644 4 жыл бұрын
I am getting error in Business rule exception in if condition "IsNumeric(in_transactionItem.SpecificContent("Cashin"))"
@UiPathRPA
@UiPathRPA 4 жыл бұрын
What error are you getting?
@venkatvenky7644
@venkatvenky7644 4 жыл бұрын
@@UiPathRPA i send error to your mail id it is okay for you?
@arslanalp6733
@arslanalp6733 4 жыл бұрын
same issue
@allarea5158
@allarea5158 4 жыл бұрын
Hi Manish, Consider i ran the code and it successfully added the items to queue and processed successfully.means all the items status showing as success, if i rerun the code again the items will be added newly with status as NEW right in the queue?
@divtre
@divtre 4 жыл бұрын
hello...thanksforwonderful video....can you show ref for non queue like data table and also ref for a linear process ....both examples with exception and retries.
@archanashetty726
@archanashetty726 5 жыл бұрын
Appreciate all the effort put in for the video. Really helpful. Tried this but I am unable to Set Asset to No as it says Forbidden. Please let me know how to resolve the same?
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Hi Archana, Please watch this video. It will help you to set assets. kzbin.info/www/bejne/lairkH6fq798pNE
@archanashetty726
@archanashetty726 5 жыл бұрын
@@UiPathRPA Did that still getting the error. Not able to set the Asset
@UiPathRPA
@UiPathRPA 5 жыл бұрын
You have to give the permission to robot to make that changes in assets.
@archanashetty726
@archanashetty726 5 жыл бұрын
@@UiPathRPA where do u give the permission
@archanashetty726
@archanashetty726 5 жыл бұрын
Please let me know where you can give permission in Robot
@mehbubalam7228
@mehbubalam7228 5 жыл бұрын
Great Video. However, I have a question as usual. Let's say we do not have data in excel, rather we have multiple PDF files and we want to extract information from each of them and process. How do we add those to queue?
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Good Question -- As you know data can be fetched from Queue, Excel, DB, Email or Folders, so you have to use get files to get files from directory and process each file. Very soon I will make video on this
@shoaibansari4282
@shoaibansari4282 4 жыл бұрын
Any way to check if same value is already in queues then don't add value to queues. Like-1234 are already in queues then second time don't add this value.
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Yes you can get the items from queue and compare while adding transaction items to queue.
@seshasai7348
@seshasai7348 3 жыл бұрын
Hi manish bro. So in this reframe work in process transaction state u kept one condition which is " IsNumeric(in transaction.specificcontent(cashin)) ". Actually this condition is not working bro. Could u please give the solution bro
@atishayshrivastava8812
@atishayshrivastava8812 5 жыл бұрын
hi sir after running the all the data added into the queue after someday I want to update the same excel added some more item but I wanted to add a new item into the queue when I run the scripts 2nd time
@quicklearnuipath3801
@quicklearnuipath3801 3 жыл бұрын
Guys, I am seeing this error - when i try to add condition in Process.xaml page ERROR Validation Error Compiler error(s) encountered processing expression "IsNumeric(in_TransactionItem.SpecificContent("CashIn"))". Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class. Process.xaml Please suggest
@ashutoshK5
@ashutoshK5 4 жыл бұрын
Nice knowledgeable video. However, the addition of duplicate records can be totally avoided by using the Dispatcher which will run only once on a seperate bot. Secondly we should always use dispatcher to add items to the queue and not place it in INIT block.
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Yes, you are right.
@happygaljoo2203
@happygaljoo2203 5 жыл бұрын
How do we avoid adding duplicates to the queue. After the first run, i need to be able to add more items, but when i try running it again, it does not add new items
@UiPathRPA
@UiPathRPA 5 жыл бұрын
If you want to add more item, you can take another read range and add items to queue activity.
@vinodgoud7306
@vinodgoud7306 5 жыл бұрын
Thank u sir.
@UiPathRPA
@UiPathRPA 5 жыл бұрын
😊😊😊😊😊
@vishalgharat434
@vishalgharat434 4 жыл бұрын
I am getting error as Forbidden while setting status of Assets of orchestrator. Tried downgrading the system.excel activities to 20.4.4 but still getting the same error. I am using attended robot but created project with unattended robot for REFramwork project.
@UiPathRPA
@UiPathRPA 3 жыл бұрын
kzbin.info/www/bejne/ennGgoOChsijfZY
@asrivastava5986
@asrivastava5986 4 жыл бұрын
sir i am getting error from throw activity.
@arslanalp6733
@arslanalp6733 4 жыл бұрын
I tried all kinds of variations but it gives an error in isNumeric TransactionItem part.Please help !!
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Would you please send me the error screenshot and the steps you taken over the email?
@arslanalp6733
@arslanalp6733 3 жыл бұрын
@@UiPathRPA i solved , thanks for feed back best regards
@UiPathRPA
@UiPathRPA 3 жыл бұрын
Great. Thanks 😊
@ashutoshdas3300
@ashutoshdas3300 4 жыл бұрын
Sir, I am not getting the next transaction item even though it hits a business exception
@UiPathRPA
@UiPathRPA 4 жыл бұрын
Your transaction number should be increase by 1 to pick another record.
@anandp7652
@anandp7652 5 жыл бұрын
For multi bot concept, how we can avoid adding duplicates to queue?
@UiPathRPA
@UiPathRPA 5 жыл бұрын
If you watch this video completely, you will get to know how.
@babafakruddin5460
@babafakruddin5460 3 жыл бұрын
Previous video send me link please
@nalinjha9749
@nalinjha9749 5 жыл бұрын
Sir can u make a introduction video to the tools used in uipath..and how to start learning step by step... Please... And if available leave link of that video in comments section
@UiPathRPA
@UiPathRPA 5 жыл бұрын
Hi, you can start from first video : kzbin.info/www/bejne/bILSdHpsjq6DjNE
@nalinjha9749
@nalinjha9749 5 жыл бұрын
@@UiPathRPA okay sir but please one video for everything about basic and about tool for that person who don't know anything about ui path
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 57 МЛН
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 19 МЛН
UiPath State Machine| State Machine Workflow UiPath | UiPathRPA
49:32
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 57 МЛН