What is a List?
Overview A list is an ordered collection of elements of the same data type with no fixed size. In other words, a list is a way to store multiple values…
Overview A list is an ordered collection of elements of the same data type with no fixed size. In other words, a list is a way to store multiple values…
Overview A Dictionary is an unordered collection of objects which can be accessed by a key. A dictionary uses a key, rather than a numerical index, to store these objects. Every…
Overview An Array is a fixed size and ordered collection of elements of the same data type. In other words, an array is a way to store multiple values in…
Overview A DateTime data type represents and instance in time, typically expressed as a date and the time of day. Whenever you are looking to store or modify a date within…
Overview A DataTable represents one table (collection of rows and columns) of data. For example, an excel spreadsheet of data would be considered a DataTable. Below is an example of a…
The GenericValue variable is a UiPath specific variable type used for storing any data type including text, numbers, dates, and arrays.The GenericValue variable automatically converts into the data type of…
Overview A MailMessage is a data type that represents an email message that has been or could be received or sent. A MailMessage object does not just contain the body of…
Overview An exception represents an error that occurs during the execution of an automation. There are two main types of exceptions, Application Exceptions and Business Rule Exceptions, explained below.An exception…
Overview The data type Math provides constants and static methods for common mathematical functions. The data type Math can be used when trying to perform mathematical functions like absolute value, rounding,…
Overview A String is a finite sequence of text characters. A string can include letters, numbers, words, phrases, spaces, or even symbols. For example, both the word “Car” and the phrase…