What is The Difference Between the Two For Each?

Using UiPath Studio 2018.1.1, and I have two activities with the same name “For Each” activity (tried with another PC, same). The attributes are the same, and when I tried with the usual For Each I use (like for each String) both has the same result.

But, when I see the Attribute Title, it is different. Is it really different, and how are they differ from each other?

Menu:
for%20each

Attributes (one is UiPath.Core, one is UiPath.Framework… ):
for2

for3

Same result with For Each String[]
For Each.xaml (7.3 KB)

HI @whyyouandi,

Refer this post may help you,

Regards,
Arivu

1 Like

Hi @arivu96,
I didn’t really understand fully, but I see there is different compatibility between them, and that it sounds safer to use the Core’s one (will remember that it’s the second one too). Thank you! :slight_smile:

1 Like

Break doesn’t work inside UiPath.Framework foreach activity. If you close and open the .Xaml file again the UiPath.Framework foreach activity automatically gets converted to UiPath.Core foreach activity