Could you help me scroll through the values of an ICollection <String> list?

Hi everyone,
I should read all the values of a list of the type ICollection .
The list is input argument valued in this way:
(“100w”, “110w”, “120w”).
How do I get every single value in the foreach?

Thank you
Victory

Hi @vittoria

try using like the below SS
image

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi,
please check workflow below.
Collection.xaml (6.4 KB)

Hope this helps.

Regards,
Neelima

Hi everyone,

I tried all the suggestions but in the message box the result is not the single company but the whole string of the list.
The error may be due to the fact that I do a loop for with an rgument?
I am attaching my example, can you help me solve it?

thank you
Victory
Test.xaml (8.2 KB)

@vittoria
change the type argument (for each activity) to string
grafik
change {“ESMMd,BR11d”} to {“ESMMd”,“BR11d”} in order to retrieve 2 items in your collection

Vittoria_StringList.xaml (7.0 KB)

1 Like

@ppr Thanks a lot :kissing_heart:

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