CustomList

Hi Team, i am facing a problem.
i have a process that return and array of Strings
i would like to display the data of the array using a customList in UiPath App Studio cloud

i tried everything i could but when i run the process the display is empty.
Can any body help me ? My data source is : ObjetArray.ToListSource

Hi @yvain
Welcome to UiPath,

i think apps customList cannot bind directly to an array; convert your string array to a List using ObjetArray.ToListSource, and ensure the output argument in your process is set as List of String, not Array of String. Then bind the customList Items property to that List and the display field to CurrentItem.

Happy Automation

Hi @prashant1603765 Thank’s for the reply, To be honnest before posting here i tried many solutions witout any success.

antualy, my process is returning a list of strings
immagine

but unfortunately i still have zero result

here i bind the datasource

Here i bind the row

This is my customList