RPA Fridays #30 - UiPath Modern Activities - part 4: Check App State

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Forget about Element Exists and Wait Element Vanish. Modern Design Experience activities in UiPath are here with brand new user friendly activity: Check App State. If you haven't yet time to check it out - you will love it, that is what I guarantee you! In this video I will do an introduction on how to use it and what are the differences from classic activities. Thank you for watching! May you have any questions - please type them in comment.
    Are you more into reading than watching?
    community.robo...
    __
    Make sure you sign up at the forum to challenge your RPA skills, ask if you have problems, and learn new things!
    👥 Sign up Robot ICT Community Forum: cutt.ly/YT_RPA...
    👉🏻 Do you want to know more about RPA? Book a Demo!
    🦾 cutt.ly/BookRP...
    👉🏻 Do you need help with your automation projects?
    www.robotict.com
    👉🏻 About RPA Fridays:
    In RPA Fridays sessions we will skip the theory about Robotic Process Automation and show you how a simple robot can be built. Every Friday we will showcase different use cases and demonstrate what a robot can do. For Free!
    🔔 Do not forget to sign up for RPA Fridays, so you don't miss any: cutt.ly/YT_RPA...
    👉🏻 For regular info about RPA Fridays join our groups:
    🦾 LinkedIn RPA Fridays group: cutt.ly/YT_RPA...
    🦾 Facebook RPA Fridays group: cutt.ly/YT_RPA...
    👉🏻 Start your automation career in our Academy
    🎓 Robot ICT RPA Academy: cutt.ly/YT_RPA...
    -------------------------
    RobotICT - Your digital transformation partner with focus on innovation.
    --
    Let's together explore the digital future! #GoDigital
    --
    Web: www.robotict.com
    Facebook: / robotict.eu
    LinkedIN: / 1140. .
    Twitter: / robot_ict

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

  • @trilogen
    @trilogen Год назад +2

    Thumbs up for comparing to the old method and the downside of needing many variables.

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

    Excellent instructional video, Roman. Thank you very much. I just subscribed and will be watching all your videos on uipath from today.

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

      Hi Andy!
      Thanks for the feedback! Really appreciated!
      Roman

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

    This is *really* good stuff

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

    It would be good if it had options on waiting for multiple elements. Sometimes we don't know what the next screen will be, so it would handy to scan for multiple elements and then branch into appropriate workflow

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

    Interesting and right to the point! 🙌

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

    Hi Roman,
    Greetings from India, don't have words to expresses how thankful I am of your videos on modern design and other topics on UiPath. I am your subscriber and have one query:
    Is it possible to create a video on a web automation workflow with reframe work (linear process - No queues involved), considering that workflow is divided into multiple invoke workflow files (at least 2). Request to also include exception handling and trigger a mail on every business or system exception which could possibly occurs in anyone of the 2 invoke workflow files.
    Will be waiting for you reply and help on this matter.
    Regards

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

      Hi Vinay,
      happy to hear you find my videos useful.
      So as you noticed most of my videos are rather simple examples or simple projects, sequential without use of REframework. If you automate linear process, it is most of the time better not to use Reframework, since the Reframework is created for transactional processes. You can find good resources on REframework around and once you study it you will realize that exception handling is done natively by the RE-framework. Sending the email can be done by adding "Send Outlook Mail" or similar activity inside "SetTransactionStatus.xaml" file. I highly recommend going through official UiPath Advanced Academy course where there are two assesment projects that should help you practice most of what you were asking for.
      However, I will note it and see if that would be something to match with an actual project.
      Roman

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

    Hi Roman, And we can use this activity in the retry score like in the classic activities? I hope retry score is there in the new design lol i will check now

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

    Hi Roman, I would like to seek your advice on the following:
    I have a workflow that clicks a Download icon
    Once it clicks the Download button, a dialog box appears with 2 buttons: SaveAs and Open
    The bot will then click the Save As button to save the file
    However, sometimes the Bot throws an error that it cannot find the UI Element: Save As
    My guess is that the Bot clicks too fast before the Save As button appears.
    Would like to seek your advice on how to overcome this challenge
    Thank you

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

      Hi Andy,
      so my first ideas
      - check the selector of the Save As button in the moment it says it cannot find it. Compare the actual selector with the one in the activity. There might be some lead.
      - are you using Wait for Download activity? Very useful for downloading scenarios, but you need to setup your browser to automatically save the file (to prevent the popup window).
      See more here: community.robotict.com/t/-/61
      all activities have 30 seconds timeout in general so if the Save As dialog is present, and after 30 seconds of when UiPath is trying to find it and cannot, it means there may be different problem.
      Feel free to share some screenshots and maybe some XAML in our forum :
      community.robotict.com/
      That will help to help you ;)
      Roman