Skip to main content

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! 

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

 


Reply