How to use Configuration File in Sequence or Flowcharts | UiPath |(RE Framework)| Config.xlsx | RPA

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

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

  • @nikhilzambare8346
    @nikhilzambare8346 5 หลายเดือนก่อน +1

    Thanx for sharing simplest approach

    • @MukeshKala
      @MukeshKala  5 หลายเดือนก่อน

      Glad the approach helped

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

    Hi Mukesh Great job. this is one of the most structured video on uipath .. its is so neat... Job well done ..salute... Thank you for the knowledge

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

      Thank you for the feedback , Appreciate your comment 😊☺️

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

    Hi Mukesh, This video really helpful for me. You have done a great job.

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

      Thank you for the comment 🙂 , Appreciate your Feedback 🤓🤓

  • @Ye_3timepagal
    @Ye_3timepagal 11 หลายเดือนก่อน +1

    Hello Mukesh, i am Lil confused, when you use "In_config" and just "config" when we are taking values from config file? And last question what's the difference Between in_config and in_trancision 🙏🏽

    • @MukeshKala
      @MukeshKala  10 หลายเดือนก่อน

      "In_config" and just "config" : Both are same thing just a variable name difference
      in_config is a variable to store the Config Data and in_tranction is the transaction iten from queue

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

    Good overall experience with config file but in some cases there will be an option to get changes to key name right.
    As of now we are using acme and if the name changes to another we need to Modify the things na>> I got a small idea, could you please let me know if that works or not.
    Solution: can we use row index position to get the values to our project. It will also be a good option right.

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

      No That wont be a Good Design because in case you need to add / remove any new item in config - Your row number would change , that would result in all keys index getting updated ... Moreover Why would you Change the Key ? - I see no Business requirement .... If you have some - pls tell me

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

      @@MukeshKala Actually I worked for a gaming company where we need to login to the device for the attendence and after few years they have introduced new tool for our login.
      Concept why I'm telling this is, if they are going to get the data from the tool for our login and logout they need to use this new tool right. In this case we need to change the name of the key in config and also in code right. Perhaps it will not happen consequently but considering it might happen in future.

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

      yes

  • @AnilKumar-mo3pr
    @AnilKumar-mo3pr ปีที่แล้ว +1

    Thanks, It was very helpful

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

      Glad to hear that!

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

    Hi Mukesh , its very useful . One thing like you simply add "credential name" but missed where to put credentials/asset.... and in webpage , while clicking healthcare.. sub catagories are suddenly dissappears. How to click that options . these are the things that i didnt get from you. Sorry if i am the only person missing this paths. Can you clear that ? Thanks is advance.

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

      In Get Credential Activity - We pass the Asset Name from Orchestrator , This Give us 2 Variables as output - UserName and Password - Same are used while Logging In.
      To Open the SubMenu You need to Press F2 to Pause the Activity , Open the Sub Menu and then Click

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

      @@MukeshKala thanks for reply. For sub menu , i tried using F2 already. When seconds are finishes suddenly that sub menu also vanished. Again need to click that option.

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

      Keep Your Mouse over the Element to keep it Open.

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

    Hello sir, Can you please make a complete video on RE-Framework , btw your content is really helpful.

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

      Thank You Rahul , Will Upload For sure ..

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

    Great Video! When I try to copy your steps I got: "add config key/value pair: Column 'Value' does not belong to table Datatable. I just created a new entry in the config file and tried to use it in a msg activity.

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

      After you read the config , the output is a dataTable, check if the dataTable has values and in correct format

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

      @@MukeshKala Thank you for info. Got it fixed. The read range activity inside the InitAllSettings was missing the range: "". In your video it was left blank. With "" it works perfectly. Thank you again for your great videos! Now I can use a config file

  • @dhirendraswain4554
    @dhirendraswain4554 หลายเดือนก่อน +1

    Thanks

  • @V.MITHUNCHANNEL
    @V.MITHUNCHANNEL 3 ปีที่แล้ว +1

    Excellent

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

      Glad you liked it 😀

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

    Interesting Video Mukesh 👍🏻

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

      Thanks Nisarg🙂

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

    if i publish the project to orchestrator , in future how i feed value to config file bro ??

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

      Good Question - We keep config outside the project - Refer the below video
      th-cam.com/video/tNuL21ufJKk/w-d-xo.html

    • @roobanrajr8866
      @roobanrajr8866 ปีที่แล้ว

      @@MukeshKala thx for reply bro

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

    Excellent video Mukesh, but just slow down a bit.

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

      Appreciate your Feedback , Will work on my Pace 🙏

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

    awesome!!!

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

      Glad you think so!

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

    Hi bro how we given username and password the credentials are declare in asset but how we taken

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

      1. The credentials would be in orchestrator.
      2. The name of the asset would be in configuration file
      3. Use activity called get credentials and pass the name of asset from config
      4. Store the output from get credentials as username and password

  • @Rohit-xd5so
    @Rohit-xd5so 3 ปีที่แล้ว +1

    Getting error **Non-invocable member ‘Config’ cannot be used as method** while accessing value from config

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

      Can you please share , what value you are trying to read from config ?

    • @Rohit-xd5so
      @Rohit-xd5so 3 ปีที่แล้ว +1

      @@MukeshKala thanks for responding, it got the issue, in c# different syntax is there

  • @afrozalam4815
    @afrozalam4815 11 หลายเดือนก่อน +1

    where can i find Config File video in hindi?

    • @MukeshKala
      @MukeshKala  11 หลายเดือนก่อน

      Dedicated video is not there but you can refer the RE Framework videos

  • @MaheshPatel-om5vq
    @MaheshPatel-om5vq 2 ปีที่แล้ว +1

    " 💯my friend Muka "