UiPath Documentation
data-service
2022.4
false
Data Service Automation Suite User Guide
  • Getting started
    • Introduction
    • The User Interface
    • Data Service Configuration Checklist
    • Installing Automation Suite
  • Setup and configuration
  • Using Data Service
  • Reference
      • Text
      • Number
      • Yes/No
      • Date-Time
      • Relationship
      • Choice set
      • File
    • Data Service Studio Activities
    • API access
  • Examples & Tutorials

Number

A Number field is used to store a number value. Number values can be positive or negative. You must specify the number of decimal places that you want to use.

Details

Below is an overview of the details that can be specified to define a Number field.

PropertyDescriptionRequiredDefault ValueAllowed Values
Maximum ValueEnables you to specify the maximum value of the number that can be entered in the Number field.

This can be a negative number.
Yes1000000000000Between Minimum Value and 2^53 - 1
Minimum ValueEnables you to specify the minimum value of the number that can be entered in the Number field.

This can be a negative number.
Yes-1000000000000Between -(2^53 - 1) and Maximum Value
Decimal PlacesEnables you to specify the maximum number of decimals that can be used for the Number field.Yes20 - 10
Default ValueEnables you to specify a default value for the Number field.

The default value can be changed in the Data tab.
No
DescriptionEnables you to enter a short text to describe the purpose of the Number field.

The Description will be displayed in Fields tab.
No

Representation in UiPath® Studio

A Number field will be imported as Decimal in your project.

Use "G29" or F2 as format strings with .ToString function on Decimal types to get user friendly numeric formats.

  • Details
  • Representation in UiPath® Studio

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated