Level 1 Foundation training, lesson 2, control flow part 2- how to find the System.String[] variable

In this video image below the user fixes the Assign activity issue by changing the variable ‘filesList’ to System.String

I do not have that variable type in both my drop down menu or using the ‘browse for types’ search function. Any advice?

@clegaspi

I can see System.String [ ] in the drop down list. And it’s nothing but array of string.

If you want that one First select Array of [T] and then select String to get Array of string.

2 Likes

Hi Lakshman, Array of [T] and then selecting String have worked for me! Thanks!

1 Like

@marconiv

Welcome to the uipath community.

Glad to help you :grinning: