apps
latest
false
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.
UiPath logo, featuring letters U and I in white

Apps user guide

Last updated Feb 13, 2026

Use arrays to populate Dropdown, Multiselect dropdown, and Radio Button controls

You can use arrays to populate the options of Dropdown, Multiselect dropdown, and Radio Button controls, by referencing them in the List source field of the control:

  1. Select the control and go to General properties tab.

  2. Open the expression editor for the List source field.

  3. Write one of the following expressions:

    New List(Of String) From {"Value1", "Value2", "Value3"}.ToListSource()New List(Of String) From {"Value1", "Value2", "Value3"}.ToListSource()
    {"v1", "v2", "v3"}.ToListSource(){"v1", "v2", "v3"}.ToListSource()

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated