4. UiPath | Continue on Error | Exception Handling | Activity vs Container | Usage | Scenarios | RPA

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 17

  • @preethipushparaj2915
    @preethipushparaj2915 2 ปีที่แล้ว

    Thanks for the informative video! :)

  • @tushar8004
    @tushar8004 2 ปีที่แล้ว +1

    Where and which type of automations we can use continue on error in real time scenarios

    • @MukeshKala
      @MukeshKala  2 ปีที่แล้ว

      When let’s say there is a pop up which comes sometimes and sometimes it does not appear
      So I can write automation specifying continue on error to true …. If pop up comes … do the actions … otherwise continue on error

    • @tushar8004
      @tushar8004 2 ปีที่แล้ว +1

      @@MukeshKala Yes right thank you it's very helpful 🙂

  • @akonhassan
    @akonhassan 3 ปีที่แล้ว +1

    Thanks brother

  • @nehasharma8546
    @nehasharma8546 3 ปีที่แล้ว +1

    Question from a interview: If data from 1000 rows of excel is copied to another file, it works well for initial rows but for latter data, it is taking more time. How we can pick the point and the reason for that time lag.
    Please answer

    • @MukeshKala
      @MukeshKala  3 ปีที่แล้ว

      1. We would start the automation in the debug mode and try yo analyze the data.
      2.Manually break the Data into chunks say 250 each and Read those.
      3. Validate which chunk is having issue.
      4. Get to the problem point - whether its the source Excel or the Destination Excel
      5. Once we have the problem clear- we can work on solution

  • @snehaabc7986
    @snehaabc7986 3 ปีที่แล้ว +1

    Can you update a field of a transaction in the queue? Like for eg: Can you by any chance do in_transItem.specificContent('Status').toString = "Updated"?

    • @MukeshKala
      @MukeshKala  3 ปีที่แล้ว +1

      NO - you cannot as per my knowledge as the Transaction is already created .
      However I would say - Try with an assign activity and see what happens.

    • @snehaabc7986
      @snehaabc7986 3 ปีที่แล้ว

      @@MukeshKala Thank you for the apt replies