You are on page 1of 9

Managing RPA Reports Using Automation 360: Step List

Create HR Bonus Processing Business Dashboard

Introduction
This demo will help you to create a task bot that auto-generate a Bot Insight Business dashboard for
the HR Bonus Processing process.

Note: To create a bot for automating the bonus calculation process, refer to the Bonus Calculation
Bot in the Automating Tasks Using the Automation 360 Excel Advanced Actions course.

Prerequisite
You need access to the Automation Anywhere Community Edition:
Access Automation Anywhere Community Edition and Register yourself. If you have already
registered, log in to Community Edition using the URL that is mentioned in the Community Edition
Welcome email that is sent to your email address.

Before you create a new task bot, make sure that your device is registered, and the latest version of
Bot agent is installed.

Note: After editing actions, make sure you click Apply to apply the changes and Save to save the task
bot.
1. Generate a Bot Insight Business Dashboard for the HR Bonus Processing Process

a. Open the Excel file


i. From the Actions panel, drag and drop the Excel advanced: Open action to the bot
editor.
ii. In the Action details panel, click Desktop file under File path and browse and select
the local file path of the Excel file.
iii. Open the file in read-write mode.
iv. Select the Sheet contains a header and Load Add-ins checkbox.
v. Click Apply.

b. Loop through the rows of the Excel file and assign each row to a variable
i. From the Actions panel, drag and drop the Loop action to the bot editor.
ii. In the Iterator list, select For each row in worksheet.
iii. In the Loop through field, select the All rows option from the drop-down list.
iv. In the Assign the current value to this variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Record.
v. Click Apply.

c. Open the transaction to perform transactional analytics


i. From the Actions panel, drag and drop the Analyze: Open action within the Loop
action.

d. Assign the Serial Number Column in the excel file to a number variable
i. From the Actions panel, drag and drop the Number: Assign action within the Loop
action.
ii. In the Select the source string variable/ value field, insert the respective record
variable.
Note: You can select the data in the Excel sheet by referencing the Record either
By name or By index.
iii. In the Select the destination number variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Number.
iv. Click Apply.

e. Assign the Date Column in the excel file to a Datetime variable


i. From the Actions panel, drag and drop the Datetime: Assign action within the Loop
action.
ii. In the Select the source datetime variable/ value field, insert the respective record
variable.
Note: You can select the data in the Excel sheet by referencing the Record either
By name or By index.
iii. In the Select date time format field, select the custom format, and enter the required
format.

1
iv. In the Select the destination datetime variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Datetime.
v. Click Apply.

f. Assign the Quarter Column in the excel file to a String variable


i. From the Actions panel, drag and drop the String: Assign action within the Loop
action.
ii. In the Select the source string variable(s)/ value (optional) field, insert the respective
record variable.
Note: You can select the data in the Excel sheet by referencing the Record either
By name or By index.
iii. In the Select the destination string variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as string.
iv. Click Apply.

g. Assign the Employee ID Column in the excel file to a number variable


i. From the Actions panel, drag and drop the Number: Assign action within the Loop
action.
ii. In the Select the source string variable/ value field, insert the respective record
variable.
Note: You can select the Record either By name or By index.
iii. In the Select the destination number variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Number.
iv. Click Apply.

h. Assign the First Name, Department, Region, and Postal code columns in the excel file to a its
respective String variable
i. From the Actions panel, drag and drop the String: Assign action within the Loop
action.
ii. In the Select the source string variable(s)/ value (optional) field, insert the respective
record variable.
Note: You can select the Record either By name or By index.
iii. In the Select the destination string variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as string.
iv. Click Apply.
v. Similarly, assign the string variables for the Department, Region, and Postal code
columns.

2
i. Assign the Bonus Column in the excel file to a number variable
i. From the Actions panel, drag and drop the Number: Assign action within the Loop
action.
ii. In the Select the source string variable/ value field, insert the respective record
variable.
Note: You can select the Record either By name or By index.
iii. In the Select the destination number variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Number.
iv. Click Apply.

j. Close the transaction


i. From the Actions panel, drag and drop the Analyze: Close action within the Loop.
ii. In the Dictionary variable field, manually select the variables to include in the Bot
Insight dashboard.
Note: This feature enables you to deselect variables that shows Personally Identifiable
Information (PII), such as employee ID or employee name.
iii. Click Apply.

k. Close the Excel file


i. From the Actions panel, drag and drop the Excel advanced: Close action outside the
Loop at the end.

Congratulations! You have now successfully created the bot that will auto-generate a Bot Insight
Business dashboard for the HR Bonus Processing process showing the date, department, quarter,
and the region of the employees based on the bonus amount.

3
2. Edit the Bot Insight Standard Dashboard Widget for the HR Bonus Processing
Process

a. Edit the Bot Insight Dashboard Widget


i. Open the dashboard widget.
ii. Click the three dots next to the Chart Title and click Settings.
iii. In the Edit Chart window, rename the chart in the Chart Title field.
iv. In the Chart Type field, change the type of representation.
v. In the Metric field, change the units.
vi. In the Aggregate By field, change the aggregation method.
vii. In the Group By field, change the parameters based on which the widgets are grouped
together
viii. Click Next.
ix. Click Finish.

Congratulations! You have now successfully edited the Bot Insight Dashboard Widget of the HR
Bonus Processing process.

4
Create Production Line Efficiency Processing Business Dashboard

Introduction
This demo will help you to create a task bot that generates the Bot Insight Business Dashboard for
the Production Line Efficiency Processing process.

Note: To create a bot for automating the production line efficiency process, refer to the Production
Efficiency bot in the Automating Tasks Using the Automation 360 Excel Advanced Actions course.

Prerequisite
You need access to the Automation Anywhere Community Edition:
Access Automation Anywhere Community Edition and Register yourself. If you have already
registered, log in to Community Edition using the URL that is mentioned in the Community Edition
Welcome email that is sent to your email address.

Before you create a new task bot, make sure that your device is registered, and the latest version of
Bot agent is installed.

Note: After editing actions, make sure you click Apply to apply the changes and Save to save the task
bot.

5
1. Generate a Bot Insight Business Dashboard for the Production Line Efficiency
Processing Process

a. Open the CSV/TXT file


i. From the Actions panel, drag and drop the CSV/TXT: Open action to the bot editor.
ii. In the Action details panel, click Desktop file under File path and browse and select
the local file path of the CSV file.
iii. Select the Contains header check box.
iv. Select Comma under Delimiter.
v. Click Apply.

b. Loop through the rows of the CSV file and assign each row to a variable
i. From the Actions panel, drag and drop the Loop action to the bot editor.
ii. In the Iterator list, select For each row in CSV/TXT.
iii. In the Loop through field, select the All rows option from the drop-down list.
iv. In the Assign the current value to this variable field, select a variable.
Note: Make sure that the variable is already created with the variable type as Record.
v. Click Apply.

c. Open the transaction to perform transactional analytics


i. From the Actions panel, drag and drop the Analyze: Open action within the Loop
action.

d. Assign the Date Column in the excel file to a Datetime variable


i. From the Actions panel, drag and drop the Datetime: Assign action within the Loop
action.
ii. In the Select the source datetime variable/ value field, insert the respective record
variable.
Note: You can select the data in the Excel sheet by referencing the Record either
By name or By index.
iii. In the Select date time format field, select the custom format and enter the required
format.
iv. In the Select the destination datetime variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Datetime.
v. Click Apply.

e. Assign the Style and Department Column in the excel file to a String variable
i. From the Actions panel, drag and drop the String: Assign action within the Loop
action.
ii. In the Select the source string variable(s)/ value (optional) field, insert the respective
record variable.
Note: You can select the data in the Excel sheet by referencing the Record either By
name or By index.
iii. In the Select the destination string variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as string.

6
iv. Click Apply.
v. Similarly, assign the string variable for the Department column.

f. Assign the Manpower, Working Hours, Line Output, Total Minutes Produced, and Line
Efficiency Column in the excel file to a number variable
i. From the Actions panel, drag and drop the Number: Assign action within the Loop
action.
ii. In the Select the source string variable/ value field, insert the respective record
variable.
Note: You can select the Record either By name or By index.
iii. In the Select the destination number variable field, select a variable.
Note: Make sure that the variable is already created or create a new variable with the
variable type as Number.
iv. Click Apply.
v. Similarly, assign the number variables for the Manpower, Working Hours, Line Output,
and Total Minutes Produced, Line Efficiency Columns.

g. Close the transaction


i. From the Actions panel, drag and drop the Analyze: Close action within the Loop.
ii. In the Dictionary variable field, manually select the variables to include in the Bot
Insight dashboard.
iii. Click Apply.

h. Close the CSV/TXT file


i. From the Actions panel, drag and drop the CSV/TXT: Close action at the end.

Congratulations! You have now successfully created the bot that will auto-generate a Bot Insight
dashboard for the Production Line Efficiency Processing process showing the Manpower, Working
Hours, Line Output, Total Minutes Produced, of the department based on the Line Efficiency.

7
2. Add a Widget in the Bot Insight Custom Dashboard for the Production Line
Efficiency Processing Process

a. Add a Bot Insight Dashboard Widget


i. Open the dashboard.
ii. Click the graph icon in the bottom of the screen.
iii. In the Add Visualization window, select the widget that you want to add in the
dashboard.
iv. View the Visualization Preview and click Next.
v. In the Construct Query window, enter the name of the chart, and add the parameters
to construct your query.
vi. Click Next.
vii. In the Ready to build window, click Finish.

Congratulations! You have now successfully added the Bot Insight Dashboard Widget for the
Production Line Efficiency Processing Process.

You might also like