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

Поділитися
Вставка

КОМЕНТАРІ • 66

  • @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

  • @uday1002305
    @uday1002305 5 років тому +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 років тому +3

      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 років тому +2

      @@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.

  • @다윗의믿음
    @다윗의믿음 5 років тому +1

    Hi, UiPath RPA
    Thank you for your useful video.
    Good Luck To You
    - From Korea -

  • @gidionmanojkumar8279
    @gidionmanojkumar8279 3 роки тому +1

    By checking the option "unique references" while creating the queue should work..

  • @dilsherkhan147
    @dilsherkhan147 5 років тому +1

    Thankyou Sir! Best video on RE Framework till the date.Well done :)

    • @UiPathRPA
      @UiPathRPA  5 років тому +1

      Thank you so much for watching my videos! Please Like and subscribe .

  • @ashutoshK5
    @ashutoshK5 3 роки тому +1

    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.

  • @divtre
    @divtre 3 роки тому

    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.

  • @Sam-yb9ut
    @Sam-yb9ut 4 роки тому

    Thank you nice job. very helpful

  • @mehbubalam7228
    @mehbubalam7228 5 років тому +1

    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

  • @archanashetty726
    @archanashetty726 5 років тому +1

    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.
      ua-cam.com/video/_wH_KivZIno/v-deo.html

    • @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

  • @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?

  • @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

  • @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 4 роки тому

    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

  • @shoaibansari4282
    @shoaibansari4282 4 роки тому +1

    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.

  • @UiPathRPA
    @UiPathRPA  5 років тому

    Watch this video to learn - How to apply Business Rule Exception Logic in ReFramework UiPath

  • @happygaljoo2203
    @happygaljoo2203 5 років тому +2

    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.

  • @anandk5017
    @anandk5017 4 роки тому +1

    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?

  • @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 :
      ua-cam.com/video/6QoCG6YIPVo/v-deo.html

    • @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

  • @venkatvenky7644
    @venkatvenky7644 4 роки тому +1

    I am getting error in Business rule exception in if condition "IsNumeric(in_transactionItem.SpecificContent("Cashin"))"

  • @vinodgoud7306
    @vinodgoud7306 5 років тому +1

    Thank u sir.

    • @UiPathRPA
      @UiPathRPA  5 років тому

      😊😊😊😊😊

  • @이현석-e5h
    @이현석-e5h 4 роки тому +1

    if
    (
    IsNumeric(in_TransactionItem.SpecificContent("CashIn"))
    )
    compiler error
    help me

    • @karinarodrigues5824
      @karinarodrigues5824 4 роки тому +2

      You have to do this: Information.IsNumeric(in_TransactionItem.SpecificContent("CashIn"))

    • @amitagupta1815
      @amitagupta1815 4 роки тому +1

      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 роки тому +1

      You can write condition with And operator to check isnumeric.

  • @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.

  • @vishalgharat434
    @vishalgharat434 3 роки тому

    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 роки тому

      ua-cam.com/video/DHcQPLQcpG4/v-deo.html

  • @asrivastava5986
    @asrivastava5986 4 роки тому

    sir i am getting error from throw activity.

  • @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.

  • @arslanalp6733
    @arslanalp6733 3 роки тому

    I tried all kinds of variations but it gives an error in isNumeric TransactionItem part.Please help !!

    • @UiPathRPA
      @UiPathRPA  3 роки тому +1

      Would you please send me the error screenshot and the steps you taken over the email?

    • @arslanalp6733
      @arslanalp6733 3 роки тому +1

      @@UiPathRPA i solved , thanks for feed back
      best regards

    • @UiPathRPA
      @UiPathRPA  3 роки тому

      Great. Thanks 😊

  • @babafakruddin5460
    @babafakruddin5460 2 роки тому

    Previous video send me link please