UiPath Basics #7 - Applications and Selectors

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

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

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

    Great video and very clear explanations for building dynamic selectors! I loved it !

    • @andersjensenorg
      @andersjensenorg  Год назад

      You're very welcome, Mihaela Draghici - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html

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

    beginner into UIPath, loved this one :) hope to learn from this channel

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

      Hey Eric. Thanks a lot :) How's your UiPath journey going? Kind regards, Anders

  • @pabloredondo6662
    @pabloredondo6662 Год назад +1

    Amazing job! Keep doing like that! 👌

    • @andersjensenorg
      @andersjensenorg  Год назад

      You're very welcome, pablo redondo - your support helps me a lot 😍 You're more than welcome at my Discord, where we're 6000+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html

  • @plasaferstone3374
    @plasaferstone3374 4 года назад +1

    Hey Anders! Good Day to you, This is Sriram, really the tutorials are very useful. One Enquiry from this Calculator Application and Selection.
    In this method, we can only give a Single Digit number to add or multiply like. What we want to do for add two-digit number like 22 + 44 or more than a single-digit mathematical process. I try a few things, but didn't work properly, please give your suggestions

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Plasafer. Thanks for your response 😊 With RPA you would always have to think, what would a human do in the case. Here we would have to make two clicks (first press 2 and then press 2). However it could be 23 and then we would have to push 2 and then push 3. And how would be know, if it was one or two presses (or maybe 3 or 4, if it e.g. was 125 and 1627). We would have to evaluate on our input. Meaning that if it was 2+ digits, we would have to split the numbers and then make seperate clicks on the calculator. Can you manage to solve that from here? Or else I can create it for you. Let me know 😊 Kind regards, Anders

    • @plasaferstone3374
      @plasaferstone3374 4 года назад

      @@andersjensenorg Hey! Good Day to you, I Split the numbers in to separate by Creating another Variable(Var 1) in System.Char[] Type. Then assign my 1st number, str1.ToString.ToCharArray to Var 1, When I add write line activity for Var 1(0) it shows the split numbers. But the actual problem in Dynamic Selector of Click activity in Calculator Application. I can't add the Var 1(0) in the editor section, it allows only int and string variables, that's the problem now

    • @plasaferstone3374
      @plasaferstone3374 4 года назад

      @@andersjensenorg Hi Anders, I entirely change the code by Type into function. Now I process different operations using If Operation.

  • @arch0195
    @arch0195 4 года назад +1

    Hi Anders 😃 Good video my dear friend, until this video I never knew about this technique of modifying in selectors and in fact I was feeling selectors as a difficult one to deal with. Nice one 😄

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Hey Archana. Thank you very much for letting me know 🥳😊 Kind regards, Anders

  • @nathanmora9734
    @nathanmora9734 4 года назад

    Anders,
    Are you planning on making videos about dynamic selectors?

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Nathan. Check this: ruclips.net/video/gkmjZusQyqk/видео.html 🙂 Kind regards, Anders

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

    Can you please create a video on toggle button is enabled or disabled find out. Toggle contain Yes or No

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

      Hey Nirmala Khandagale Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html Have a great day. Kind regards, Anders

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

    it works only with 1 number. when i want to type into (500+500) it will not works. :(

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

      S S, we'll need to make it more advanced. I solve it for you this week in a live stream and send the link to you 🙂

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

      @@andersjensenorg thank you! 🙂

  • @rimantasdanilevicius6754
    @rimantasdanilevicius6754 4 года назад +1

    Cool stuff!

  • @dr.svenugopal3462
    @dr.svenugopal3462 3 года назад

    How to select dynamically operator

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

      Hey, Dr. Try to open the selector, decide to make a dynamic, mark it, and then right-click and create variable/argument. That's it :) Kind regards, Anders

  • @dr.svenugopal3462
    @dr.svenugopal3462 3 года назад

    It works only (+) operator