UiPath Documentation
apps
2021.10
false
Apps User Guide for Automation Suite

Function: List

Create a static list from one or more pieces of text

Use this function to create a static list of values from one or more pieces of text in order to further use it in other lists or dropdowns.

Syntax

List(Text1 [,Text2 …])

SyntaxDescriptionExample
List(Text1, [Text2])Create a static list of values for use in Lists/Dropdowns.

Arguments

For more information on arguments, see the table below.

ArgumentTypeDescription
ValueRequiredAt least one string.

Examples

When applying this function =List("I", "<3", "UiPath Apps"): we'll obtain a static list containing 3 values:

  • I
  • docs image
  • UiPath Apps
  • Syntax
  • Arguments
  • Examples

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated