Skip to main content
Cadet | Tier 2
April 5, 2022
Question

unable to fetch values for range (for CSV)

  • April 5, 2022
  • 1 reply
  • 300 views

Hello guys,

 

I am reading CSV using Excel Advance package.

I am fetching data from API and storing it in a CSV file.

Bot is capturing data correctly but while storing it is giving the error as "unable to fetch values for range".

Only issue is, Same bot is working on Development Server.

I am facing issue in Production Server.

What could possibly go wrong if the same bot I am running on Prod Server?

Any help would be appreciated.!

Thanks in Advance! 

    1 reply

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    April 5, 2022

    Hi @Vinit Joshi​ ,

     

    You can use CSV/TXT Package to read the CSV file directly.

     

    https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-/p>

    client/bot-creator/commands/cloud-csv-text-command.html

    See Using the Open action for CSV/TXT file

     

    _Tamil_