8.1) Browsing special variable types

We might come across a situation where we need to use variable types which not by default mentioned.

Hence we need to click "Browse for Types"

                    

And search for "decimal" for example. We need to know which type we are suppose to use for this. It is System.Decimal and set default of 1.25 etc.


If we click on "Array of [T], it will ask us to pick what type the [T] values are going to be

                            


No comments:

Post a Comment

Sequence and Flowcharts

  UiPath recommends that the first part of the Robot should start with Flowchart or Sequence. We can nest Sequence inside Sequence, Flowchar...