Displaying collection of string list

Hello,

is there any other option to display and count all elements of my list collection than ‘for each’ activity. I will be grateful for any tips and tricks.

Regards,

2 Likes

Hello @RafMil91

You can use the example below

string.join(“,” “stringList”) - This way you can see all elements use in MessageBox Activitie or in Write Line Activitie

int count = stringList.Count - You got the count