Skip to main content
Ground Control | Tier 1
March 19, 2022
Question

Hi, I am completing the Course Automation 360 RPA Essentials Student Prep. In module of Creating a bot (16 of 25 ) show error but the assistant does not show any error. No clue about the error. What to do to fix it? Thx

  • March 19, 2022
  • 3 replies
  • 229 views

image 

image

    This topic has been closed for replies.

    3 replies

    Cadet | Tier 2
    March 20, 2022

    Check if Excel session name you opened in line 7. is "Default". Session "Default" is expected at line 8.

    Ashwin A.K
    Navigator | Tier 3
    March 20, 2022

    Hi @Camilo Herrera​ ,

     

    When using the Excel Action Package, you have to define a Session which can either be a string, or a local variable or even a global variable.

     

    This session is what the bot uses to distinguish between various Excel files that are opened simultaneously.

    Sure, you might not be operating with multiple excel files at the moment, but the session is designed to that the bot won't run into any issues in those situations.

     

    You have to ensure that the session you have provided in the Open Action matches with every other Excel Action that is supposed to work with say, Excel File 1.

     

    Once you resolve that, the bot won't run into anymore issues.

     

    Kind Regards,

    Ashwin A.K

    Blogs at TheCodingTheory - https://www.thecodingtheory.com
    Cadet | Tier 2
    February 16, 2023

    Hi @Camilo Herrera​ ,

     

    When using the Excel Action Package, you have to define a Session which can either be a string, or a local variable or even a global variable.

     

    This session is what the bot uses to distinguish between various Excel files that are opened simultaneously.

    Sure, you might not be operating with multiple excel files at the moment, but the session is designed to that the bot won't run into any issues in those situations.

     

    You have to ensure that the session you have provided in the Open Action matches with every other Excel Action that is supposed to work with say, Excel File 1.

     

    Once you resolve that, the bot won't run into anymore issues.

     

    Kind Regards,

    Ashwin A.K

    I do have each every session name excatly same but then also I am getting similar error. What to do next ?

    I have checked there are extra spaces.