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
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?
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.
@@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?
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.
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.
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?
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
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?
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?
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
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
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
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.
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
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 ??
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
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?
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.
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
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?
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.
@@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?
@@uday1002305 he can run from the system tray or schedule the same.
Hi, UiPath RPA
Thank you for your useful video.
Good Luck To You
- From Korea -
Thank you so much!
By checking the option "unique references" while creating the queue should work..
Thankyou Sir! Best video on RE Framework till the date.Well done :)
Thank you so much for watching my videos! Please Like and subscribe .
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.
Yes, you are right.
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.
Thank you nice job. very helpful
Thanks for watching!
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?
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
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?
Hi Archana, Please watch this video. It will help you to set assets.
ua-cam.com/video/_wH_KivZIno/v-deo.html
@@UiPathRPA Did that still getting the error. Not able to set the Asset
You have to give the permission to robot to make that changes in assets.
@@UiPathRPA where do u give the permission
Please let me know where you can give permission in Robot
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?
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
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
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
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.
Yes you can get the items from queue and compare while adding transaction items to queue.
Watch this video to learn - How to apply Business Rule Exception Logic in ReFramework UiPath
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
If you want to add more item, you can take another read range and add items to queue activity.
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 ??
Did you create TrandactionItem variable with DataRow and pass value in Invoke Workflow?
no, i used Queue
@@anandk5017 Did you follow the same steps shown in Video?
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
Hi, you can start from first video :
ua-cam.com/video/6QoCG6YIPVo/v-deo.html
@@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
I am getting error in Business rule exception in if condition "IsNumeric(in_transactionItem.SpecificContent("Cashin"))"
What error are you getting?
@@UiPathRPA i send error to your mail id it is okay for you?
same issue
Thank u sir.
😊😊😊😊😊
if
(
IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
)
compiler error
help me
You have to do this: Information.IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
in_TransactionItem.SpecificContent("CashIn").ToString.IsNumeric : try this
@@amitagupta1815 Thanks for comment
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?
You can write condition with And operator to check isnumeric.
For multi bot concept, how we can avoid adding duplicates to queue?
If you watch this video completely, you will get to know how.
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.
ua-cam.com/video/DHcQPLQcpG4/v-deo.html
sir i am getting error from throw activity.
Sir, I am not getting the next transaction item even though it hits a business exception
Your transaction number should be increase by 1 to pick another record.
I tried all kinds of variations but it gives an error in isNumeric TransactionItem part.Please help !!
Would you please send me the error screenshot and the steps you taken over the email?
@@UiPathRPA i solved , thanks for feed back
best regards
Great. Thanks 😊
Previous video send me link please