Skip to main content
Cadet | Tier 2
January 20, 2022
Question

Do I need to add a timed delay when running SAP reports due to the changing run times, or will the bot just "know" when the report is finished and its time to export to excel?

  • January 20, 2022
  • 2 replies
  • 116 views
Do I need to add a timed delay when running SAP reports due to the changing run times, or will the bot just "know" when the report is finished and its time to export to excel?

    2 replies

    Most Valuable Pathfinder
    January 22, 2022

    If you not used the "wait" condition the Bot will also "know" when the report is finished and its time to export to excel.

    Most Valuable Pathfinder
    January 22, 2022

    Hi @dean mcghee​ 

     

    In my case I used "wait for screen change" command. When my bot is clicking on download button in SAP then it used to take some time to appear download / excel export prompt. so I have used wait for screen change to perform certain action .

     

    Check in your condition which option suits to you . have a good day.

     

    image