UiPath Data Reconciliation 2 Use Cases | UiPath RPA | Build Use Cases Step by Step | Simple Example

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 38

  • @MeerAutomationHub
    @MeerAutomationHub 9 месяцев назад +1

    Hi Mukesh ji, I was able to understand the flow of reconci and sucessfully coded the ran sucessfully. The explanatio is too good and very much easy to nderstand. you explan very well.

    • @MukeshKala
      @MukeshKala  9 месяцев назад

      Excellent , Glad to Hear that

  • @MeerAutomationHub
    @MeerAutomationHub 9 месяцев назад +1

    Hi Mukesh Ji, Thnaks for explaning the excel traves is super, made the simple understand. Thanks

    • @MukeshKala
      @MukeshKala  9 месяцев назад

      You are most welcome

  • @vijayalakshmiboya9288
    @vijayalakshmiboya9288 3 года назад +1

    Excellent Video sir. Complete and Concise presentation of Data table concepts, Invoke Workflow activity, For each Row, etc. Lengthy powerful content video. Very neat presentation.

    • @MukeshKala
      @MukeshKala  3 года назад

      Thank you so much for the Comment ! Appreciate your Feedback ..

  • @AutomatewithRao
    @AutomatewithRao 3 года назад +1

    Nice explanation and learn many more things from your videos. You are awesome!

    • @MukeshKala
      @MukeshKala  3 года назад

      Hey , Thank you Bro 🤓🤓 Glad it was helpful 😃

  • @yashobantadash6670
    @yashobantadash6670 2 года назад +1

    jabardast use cases he. great job !!!

    • @MukeshKala
      @MukeshKala  2 года назад +1

      Thanks a lot 😊 ... Practice Jaroor karna ..

    • @yashobantadash6670
      @yashobantadash6670 2 года назад

      @@MukeshKala sure! Thanks a lot

  • @tele2662
    @tele2662 2 года назад +1

    Really good video. Thank you so much!

    • @MukeshKala
      @MukeshKala  2 года назад

      Thank you for your comment ☺️

  • @xi-tler3873
    @xi-tler3873 Год назад +1

    Nice video sir! Thank you ❤️
    I got issue in 2nd use case .. but it get resolved once I used delay before counter increment.

  • @dhachanamurthydhachanamurt8447
    @dhachanamurthydhachanamurt8447 2 года назад +1

    Awesome and very useful please do more usecases

  • @prashantrai5911
    @prashantrai5911 3 года назад +2

    Bro in 2nd used cases for comparing and writing data first i take for each loop and iterate Source datatable after that in body i used LINQ query in if condition "(From NewDt in MasterDT where main(1).ToString.Trim.Equals (NewDt(0).toString.trim) Select NewDt).ToArray.count>0" after that store this value in one data table resultdt =(From NewDt in MasterDT where main(1).ToString.Trim.Equals (NewDt(0).toString.trim) Select NewDt).Copytodatatable after that i take assign activity and assign the value in source data table by writing source(9)=result(0)(3).tostring. Execution time of workfkow only 2 sec.

    • @MukeshKala
      @MukeshKala  3 года назад +3

      Perfect ! That should be Your approach to compare the 2 DataTable. This Video I had made keeping in mind of Beginners. Also to Match and Paste Data we can use LINQ.
      If you can comment the exact LINQ and the steps you followed - Happy to PIN the Comment for the Viewers.

    • @lifeisbeautiful1618
      @lifeisbeautiful1618 2 года назад

      Hi,. Yes, if you could please mention the linq and steps , it would be helpful. Thanks

  • @akonhassan
    @akonhassan 3 года назад +2

    Mukesh you are champion bro

  • @vijayalakshmiboya9288
    @vijayalakshmiboya9288 3 года назад +1

    In the match and Update process Can we use the lookup Data table concept to bring matched country code and Rate?

    • @MukeshKala
      @MukeshKala  3 года назад

      Yes We Can , Another Good approach would be use the LINQ Query - That would be Faster in Execution. You Can try Exploring LINQ as well..

  • @mokindbhosle1909
    @mokindbhosle1909 3 года назад +1

    Hello sir,
    Can you tell me in data reconciliation which type of exception may occur and how to handle them?

    • @MukeshKala
      @MukeshKala  3 года назад

      1. Either Source of Destination Files are Missing - Inform Business by sending Mail
      2. Application required to extract Data are Not Responding or failed to Open - close Everything and Reopen Application
      3.Formats of Data is different in both Data Sets - Inform the Senders about the Formats
      4. No Common Field to Compare - Inform the Senders about the Formats.
      5. while Sending Summary - Exception in Sending Mail - Handle outlook exceptions

  • @sanujamdhade7940
    @sanujamdhade7940 3 года назад +1

    Hello sir
    Can we used data reconciliation with employees salary slip updation. suppose scenario is extract data from pdf (basic salary ,name,Id etc.),and compare with existing data in Excel and after that update in Excel or database.

    • @MukeshKala
      @MukeshKala  3 года назад +1

      Hi,
      Yes Definitely, We can use Pdf Automation or Document Understanding to extract the Data . Once all the Data is Extracted - the same can be stored in Excel / Database ... Next you can simply compare it with any destination Data source.

    • @sanujamdhade7940
      @sanujamdhade7940 3 года назад +1

      @@MukeshKala thank you so much sir

    • @MukeshKala
      @MukeshKala  3 года назад

      @@sanujamdhade7940 Cheers 👍

  • @chinmayraut7693
    @chinmayraut7693 2 года назад +1

    Hi Mukesh, 22:34 , I am using UiPath version 21.10.5.0, I too tried click activity to select sub menu using the modified selector as demonstrated by you in the video, but it is not working as the click activity in this version requires the screenshot.

    • @MukeshKala
      @MukeshKala  2 года назад

      Hello , I Guess that would be not mandatory - Can you send me a screenshot of the same on my mailId - available in description.

    • @chinmayraut7693
      @chinmayraut7693 2 года назад +1

      @@MukeshKala Mukesh, Thanks for ur reply. I did some r&d on forum. There I came across a workaround. That is in such situations, after pressing F2 which pauses the selector indication, we have to long right click the element that we want to capture. It worked for me !

    • @MukeshKala
      @MukeshKala  2 года назад

      @@chinmayraut7693 Perfect !

  • @prashantrai5911
    @prashantrai5911 3 года назад +1

    can u send the link iof first video on data reconcilation

    • @MukeshKala
      @MukeshKala  3 года назад +1

      It is there in this video only bro , See the timestamps in the video description 👍