A2019 Excel Data Lookup Bot Automation Anywhere Readme 1 PDF
A2019 Excel Data Lookup Bot Automation Anywhere Readme 1 PDF
Readme
Version 1.0
03/01/2020
Table of Contents
1. Introduction .............................................................................................................. 3
1.1 Overview ........................................................................................................... 3
1.2 Use Cases ........................................................................................................ 3
Page 2 of 11
1. Introduction
This document contains all essential information for the user to make full use of this A2019 Bot.
It includes a description of the functions and capabilities and step-by-step procedures for setup
& configuration of the Bot.
1.1 Overview
The Excel Data Lookup Bot can be called from any A2019 bot and looks up the cell value
corresponding to the column and row specified based on a specific Excel file. You can specify columns
by title, label or number, and specify row by title or row number. This bot includes a sample code bot
that executes all the various combinations of data lookup.
Page 3 of 11
2. Requirements & Prerequisites
Hardware Requirements
Browser Requirements
The user interface for Automation Anywhere Enterprise is through a browser. Login to your
device then login to Enterprise Control Room through a browser.
A2019 supports Chrome plug-in version 11. If you have other versions installed, you might not be able to record tasks using the Record feature
or Capture action. To resolve this issue, do the following:
1. Rename the automation.chrome.agent registry key to automation.chrome.agent.old. The registry key is available
at: Computer\HKEY_CURRENT_USER\Software\Google\Chrome\NativeMessagingHosts
2. Disable all other Google Chrome plug-in versions you have installed, except for version 11.
Page 4 of 11
2.2 Prerequisites
This bot uses A2019 and the Microsoft Excel application via the Advanced Excel commands.
Your Excel file may be stored in your Control Room (as is shown in the sample bot) or in the File
System. Please refer to the sample bot for examples.
Page 5 of 11
3. Getting Started
3.1 Quick Start
3.1.1 Setup
3.1.1.1 Excel
You will need Microsoft Excel installed on your Bot Runner machine and the ability to get your
Excel file in the file system of that machine or in the Control Room in order to execute this bot.
3.1.2 Configuration
Review and setup the variables happen in the calling bot. The sample calling bot included is
called “A2019 Excel Data Lookup Sample Bot”. It contains examples of the various ways to
invoke the Excel Data Lookup Bot. There are 3 required and two optional input values, and 2
output value.
When calling a subtask, the return value is always of type dictionary, and the value(s) returned
from the subtask can be access through their specific variable names as a key within the
dictionary.
Page 6 of 11
lookup you title | number
want to title is default if excluded
perform.
Page 7 of 11
OUTPUT VARIABLES: Output Variables to be mentioned in this Table.
Variable Name Type Mandatory Purpose Example Output
out_CellFound String - The location Access via:
where the value $vResponseDict$(“outCellFound”)
was found Example: C24
out_Value Dictionary The value in the Access via:
cell referenced $vResponseDict$(“outValue”)
Example: 56.55
Page 8 of 11
4. Support & FAQs
4.1 Support
Free bots are not officially supported. You can get access to Community Support through the following
channels:
• You can get access to Community Support, connecting with other Automation Anywhere
customers and developers on APeople – the Bot Building Forum, the Bot Store Support Forum,
or the Developers Everywhere Group.
• Automation Anywhere also provides a Product Documentation portal which can be accessed for
more information about our products and guidance on Enterprise A2019.
4.2 FAQs
Q: Can I make changes to this bot?
A: Absolutely. Free bots are for you to make use of, customize, and/or include in your builds as
you see fit.
For questions relating to Enterprise A2019: See the Enterprise A2019 FAQs.
Page 9 of 11
Appendix A: Record of Changes
Page 10 of 11
Appendix B: References
Page 11 of 11