UiPath - Initialize List and Assign Values to List

uipath initialize empty list uipath initialize list with values
UiPath - Initialize List and Assign Values to List

During developing automation workflow, we need to perform a lot of data manipulation and using list is very frequent. We need to learn about initialize empty list in UiPath and initialize list with values in UiPath.

Let’s understand with example 😃

Initialize empty list in UiPath

dataList = New List(Of String)

uipath-initialize-list-assign-dataList
Assign - Empty String List to dataList

Initialize array with values in UiPath

dataList = New List(Of String)(New String(){"value1", "value2", "value3"})

uipath-initialize-list-with-values-assign-list-with-values-to-dataList
Assign - List with values to dataList

Comments

  1. Casino in San Diego, CA - MapYRO
    Casino. 1 Casino Rd, San 통영 출장안마 Diego, CA 92082. Directions. 여주 출장샵 (800) 427-8240. Casino. 1 Casino Road, 안산 출장마사지 San Diego, CA 92082. Phone: (760) 원주 출장샵 427-8240. 용인 출장안마

    ReplyDelete

Post a Comment

Popular posts from this blog

UiPath - Convert String to DateTime

UiPath - Initialize Array and Assign value to Array