How to use Variables and Arguments in UiPath - Beginners Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • A short introduction tutorial where we'll look at variables, their scopes, and also at how to pass arguments from one process to another.
    #uipath #rpa #tutorial
    Timecodes:
    0:00 Introduction
    0:44 Our demo automation
    1:24 The need for variables
    1:47 Creating a variable
    2:13 Creating another variable (in a different way)
    2:35 Data Type selection
    2:57 Scopes
    3:57 Increasing variable scope
    5:03 Extracting an activity to its own process
    5:55 Arguments
    6:25 Using the Invoke Workflow activity
    7:12 Argument direction
    8:19 Argument naming conventions
  • НаукаНаука

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

  • @priyajadhav6970
    @priyajadhav6970 2 года назад +2

    This is most easiest way i have seen to explain arguments . Thanks

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

    Thanks, now I understand the difference between Arguments & Variables. And clear in scope for variables :) Thanks.

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

    Thank you, Jeppe for sharing it. Really like your presentation.

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

      Thank you for the kind words. Really appreciate it :-)

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

    Very helpful! :)

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

    Hi Jeppe, thanks for share, i subscribe your channel.

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

      Thanks for subscribing, I will try to get better at putting out new videos. Have been a little busy :-)

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

    Passing a boolean variable (Assign = True) loose the stored value. In the second workflow where argument is passed become = False. Any idea?