Iterate through substrings

Dear community,

After splitting the following variable (item → it comes from another For Each), I would like to iterate through each substring (the number of substrings is not always the same). I am trying to do so by setting the variable as Array of String and the argument in For Each activity as Array of String. However, I am getting the following error message: " For Each: unable to cast object of type ‘System.String’ to type ‘System.String’ ".

Would any of you know how to solve this problem?

Thank you.

@ModernTimes - For Each’s TypeArgument should be String…

@prasath17 Solved! Thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.