@ryoryo If you want to loop through the entire array you can use a ‘For Each’ activity. Otherwise you can either use a ‘While’ of ‘Do While’ activity and assign a counter inside it. Then use the counter as a condition for the activity. See attached workflow for examples
Hi, evangemert
Really thanks for your samples.It works!
but finally would you please how can i use type “System.string” or “System.int32” as,
i cant find it with “Browse for below” in drop down list.
Hi @ryoryo, that stands for an array of string or an array of integers. In the browse list you should select ‘Array of [T]’, after which you are asked to the select the variable type for inside the array. There you can select int32, string, or any other type you want.