UiPath Sequences vs Flowcharts | Flow Switch | Flow Decision | UiPath | RPA | (Types of Workflows)

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

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

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

    Thank you for the clear explanation . Appreciate your efforts :)

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

      Thank you Mabel for the Feedback 🤓

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

    Great explanation, Thanks for your support

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

    Sir can you please explain what are connectors? There's a note mentioned in docs that sequence do not use connectors.

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

      It simply means the Decision Block cannot be used - Eg Flow Decisions

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

      @@MukeshKala Thank you so much for the reply sir 🙂

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

    Hi Mukesh what is the difference between switch and flow switch

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

      Switch is an activity where you can choose to run a piece of automation based on the input provided
      Flow switch is an connector used in flowchart to decide the course of automation

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

    Cannot assign from type 'System.String' to type 'System.Int32' in Assign activity 'Assign'. showing like this ,how to fix this one

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

      The variable you have created is of type integer and the value you are trying to assign is string.
      change the variable type to String from the variables ..
      To know more about how variables work - please watch this video
      ruclips.net/video/KqELPSHJDRg/видео.html

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

      Thanks bro

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

    1)Which activity we used in flowchart but not in sequence.
    2)How to click 10 times on the same button without using any activity.(like -click, while loop activity )

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

      1. Flow switch and Flow Decision
      2. we can use API