Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
UiPath Associate Certification Guide

You're reading from   UiPath Associate Certification Guide The go-to guide to passing the Associate certification exam with the help of mock tests and quizzes

Arrow left icon
Product type Paperback
Published in Jun 2022
Publisher Packt
ISBN-13 9781801072731
Length 558 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (3):
Arrow left icon
Niyaz Ahmed Niyaz Ahmed
Author Profile Icon Niyaz Ahmed
Niyaz Ahmed
Lahiru Fernando Lahiru Fernando
Author Profile Icon Lahiru Fernando
Lahiru Fernando
Rajaneesh Balakrishnan Rajaneesh Balakrishnan
Author Profile Icon Rajaneesh Balakrishnan
Rajaneesh Balakrishnan
Arrow right icon
View More author details
Toc

Table of Contents (24) Chapters Close

Preface 1. Part 1: Importance of RPA
2. Chapter 1: The Automation Journey and Identifying Suitable Business Processes FREE CHAPTER 3. Chapter 2: UiPath Ecosystem 4. Chapter 3: Introducing UiPath Orchestrator 5. Chapter 4: Create, Deploy, and Execute RPA Process on the UiPath Ecosystem 6. Part 2: UiPath Studio
7. Chapter 5: Learning about Variables and Arguments 8. Chapter 6: Understanding Different Control Flows 9. Chapter 7: Manipulating Data Using UiPath 10. Chapter 8: Exploring UiPath Selectors 11. Chapter 9: Learning the Uses of Data Tables and Exploring Excel Automation 12. Chapter 10: Exploring User Interfaces and User/Robot Interactions 13. Chapter 11: Automating PDF Data Extraction 14. Chapter 12: Exploring UiPath Email Automation 15. Part 3: Use Case and Exam Preparation
16. Chapter 13: Debugging 17. Chapter 14: Invoice Processing – Dispatcher 18. Chapter 15: Invoice Processing – Performer 19. Chapter 16: How to Prepare and What to Expect 20. Chapter 17: Mock Exam 1
21. Chapter 18: Mock Exam 2
22. Other Books You May Enjoy Appendix

Understanding numeric calculations

Numeric data types come in handy while performing different simple-to-complex calculations. We can perform many calculations using numeric values, such as summing up, calculating averages, finding minimum and maximum values, and so on. Performing numeric calculations in UiPath is pretty easy. Let's try a straightforward example.

Create a List variable that holds the marks a student obtained during the last semester for all five subjects. Our task is to calculate the total and the average of the marks. Proceed as follows:

  1. Open UiPath Studio and create a new Blank Process activity.
  2. Double-click on the Main.xaml file to open the file in the Designer panel.
  3. Search for a Sequence activity and add it to the Designer panel.
  4. Create a new List variable of type String using the following code. The variable includes the results the student obtained for five subjects:
    New List(Of String) From {"75", "34.4", &quot...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image