Delay: Delay Task Bot: Stop Message Box: Message Box// Wait: Wait For Condition
Delay: Delay Task Bot: Stop Message Box: Message Box// Wait: Wait For Condition
Boolean
List
String//
String: Assign action to assign the List variable to a string and append with a colon
Use the Browser: Get source code action to extract the source code of the iFrame element
to a dictionary variable. Then iterate through the dictionary values to determine which steps to
take.
Use the Browser: Run Javascript action to execute the necessary steps and then use the If
action with a Javascript condition to ensure the executed steps were successful.
Use the Browser: Get source code action to extract the source code of the page. Then use
the If action with a Window condition to conditionally check which steps to take.
Use the Datetime: Is after action to add one week to the date.
Use the Datetime: Add action to add one week to the date.//
Use the Datetime: To string action to convert the variable to a Datetime variable. Then use
the Datetime: Add action to add one week to the date.
A developer builds a bot that interacts with
multiple applications to process data. The
developer needs to ensure that the target
application window is available before the
bot changes to a different application.
Window: Maximize
Window: Activate//
Only use Excel: Basic when working with multiple files simultaneously.
Use Log to File to write the third Excel workbook, as you cannot have three files open
simultaneously.
Open all three Excel worksheets using any Excel package with unique session names.//
Pass information from the child bot to the parent regarding the error.
The old bots will be bulk updated by the Control Room administrator to use the latest Excel
advanced package.
The old bots keep running with the old version of Excel advanced package unless a bot
developer changes the package version.//
The old bots break, and the Control Room administrator must ask the bot developer to
update the Excel advanced package in the old bots.
Ask the admin to set the Default package version to the updated package version.
Clone the bot, update the package, and check in the bot.
Change the package version in the bot to reflect the latest version.//
Use Database: Begin transaction and Database: End database transaction actions.//
$System:MemoryTotal$
$System:RAMUsage$//
$System:MemoryUsage$
$System:RAMTotal$//
Excel basic//
Excel advanced
The developer is using the Excel basic package on the machine used to create the bot.//
The developer is using the Excel advanced package on the machine used to create the bot.
Database package
If package
The developer needs to read an Excel sheet
with more than 10,000 rows. The values in
the date column need to be filtered.
Use the Read action in the CSV package and loop through each row to remove the
appropriate values.
Use the Excel advanced: Filter table action to filter the required values.//
Use the Get Cell command to get individual values for comparison.
The bot developer does not have access to that credential in the credential vault.//
The control room administrator deleted the credential from the credential vault.
The bot developer does not have access to that package with the roles assigned to the
developer.
The developer does not have the required permissions to access the locker.//
The bot developer created a standard credential, and the user needs to update the value.
The bot runner device was not configured to use credential vault variables.
A single username and password attribute was created for all users. The manager should
have created the number of attributes for the number of users for the same SAP application
under one credential vault.
When attributes were created, the Standard option was selected. The manager should have
selected the user-provided option to have each user enter their own credential values in the
Credential Request tab.//
When attributes were created, the user-defined option was selected. The manager should
have selected the Standard option to have each user enter their own credential values in the
Credential Request tab.
Create a dedicated Credential Vault for the user and add the user as an owner.
Create a Locker_Consumer_Role for the Marketing Group Credential Vault and assign the
role to the user.//
Create a dedicated Credential Vault for the user and add the user as the manager.
The user executing this bot has a mailbox configured in addition to the shared mailbox,
preventing the bot from finding the correct mailbox.
The Outlook client has the correct hostname, port, and password configuration needed to
send and receive emails.
No third-party solutions are allowed for the sentiment analysis. A developer must set up an
IQ Bot instance to make use of the Automation Anywhere platform functionality.
The user executing this bot has a mailbox configured in addition to the shared mailbox,
preventing the bot from finding the correct mailbox.//
The Outlook client has the correct hostname, port, and password configuration needed to
send and receive emails.
Send, Reply
Send, Forward//
Send
Use OCR to read each email and capture the email properties from the email header.
Create a new Dictionary variable and build a set of key values for querying within a Loop.
Use Email: Connect EWS server (and provide details for POP3).
Use Email: Connect Email server (and provide details for POP).
Use Email: Connect Email server (and provide details for SMTP).
Verify that the bots have hard coded variables and file paths.
Assign the return values to the prompt-assignment variable that is picked up automatically
by the calling bot.
Create a bot that performs the login steps to the CRM. Ask each developer to copy and
paste those steps into every bot that automates within that application.
Create a bot that performs the login steps and include a comment providing instructions to
other developers on how to re-create the login bot whenever needed.
Create a bot that performs the login steps to the CRM and check it into the Public folder of
the Control Room. Ask developers to use the Task Bot: Run action in their automations.//
From the Public folder, clone the report builder bot to a private folder, make a copy of it, and
then modify the copy.//
Open the report builder bot from the Public folder. Copy the logic of the bot by using a bulk
action to a shared clipboard. Then paste the logic from the shared clipboard to the bot.
From the Public folder, clone the report builder bot to a private folder and modify the bot.