UiPath | Understanding Arguments + Example

Поделиться
HTML-код
  • Опубликовано: 30 апр 2020
  • In this tutorial we learn how to pass arguments in and out of workflows using the 'Invoke Workflow' activity. We learn this by building a simple example bot which calculates the volume of a cylinder.
    Download the bot here (Free Robot Pack):
    www.completerpabootcamp.com/r...
    Free RPA Short Course:
    www.completerpabootcamp.com/r...
  • НаукаНаука

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

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

    I have seen other videos in which they try to explain this subject, but I didn't understand it until this one. Thanks.

  • @dattatreya8802
    @dattatreya8802 4 года назад +2

    It's a great content for a rookie to understand arguments!!!
    Love from India ❤️ 👏👏👏

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

      Thank you! Glad it was helpful.

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

    Among many online RPA teachers, you are the best and you know how to communicate the concepts to the audience... Could you please have one session on Uipath and access Db connection, taking some values from screens and then writing them to the tables present in access db?

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

    Brilliant! :) Thanks for this, Leon!

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

    Amazing content as always Leon. Thank you!

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

      i guess Im pretty randomly asking but do anyone know of a good website to watch new movies online?

  • @rpaconsultant-ericparijs
    @rpaconsultant-ericparijs 4 года назад +1

    Awesome, great example, thanks Leon.

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

    Great explanation! Thank you!

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

    Yes, I’ll have to agree with the other comments: Thank you for being creative enough to use an example not worn out by soooo many others. Refreshing. Also, FINALLY I did understand the consept of arguments, based on your explanation. I followed along the video and created the process myself, for better understanding. Although my result comes out as 0 (zero), the main thing was to gain understanding of arguments and passing them. So thank you for that 🇳🇴

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

      Glad the video was helpful! Will try create more videos like this one 😊

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

    Great Stuff Leon! your the best! God Bless!

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

      Thank you Andy! Appreciate it.

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

    Great video, great explanation, very useful congratulations Leon

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

      Thanks Bruno, appreciate it and glad it was useful!

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

    That's a great example. Thankyou

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

    Great Content

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

      Thank you so much! Hope it helped.

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

    after debugging my message box shows 0 as value . why??

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

    I want to do your UIpath based course which is on udemy.
    You mentioned for that course is you need the studio version of uiPath but it's only a 60 day trial, so can I use the free community version instead of the studio? Kindly reply me ASAP

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

      Hi Pranali, in the Udemy course we use the UiPath Studio Free Community Version.
      You can also use the 60 day free trial of the Enterprise Version of UiPath Studio but it is better to use Community Version for educational purposes.
      You can use this link for a massive 92% Black Friday discount bit.ly/UiPathUdemyCourse

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

      @@LeonPetrou Thanks for the reply. Having one more doubt regarding Installation.
      My laptop config is 4 gb ram with 64 bit. So can I insatll this community version. Also how much gb this tool utilize?

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

      @@pranalikambli5947 These are the software and hardware requirements of using UiPath:
      docs.uipath.com/installation-and-upgrade/docs/studio-hardware-and-software-requirements

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

    Hi all,
    I have created 3 workflow files
    1. main 2.flipkrt 3.amzon
    Main consist input box of product that i wanted to search on both website.
    Q1. How to pass same product variable to both 2&3 workflows
    Q2. Can I run parallel process for two diff web scrapping program.

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

      You can use two in arguments for both variables and pass them into two invoke workflows, one for Flipkart workflow and one for amazon workflow.
      You can use the parallel activity with the Invoke workflows in each branch of the parallel activity. Just ensure all click and type into activities run in the background by simulating them.