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
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.