For Each Activity doesn't have 'Foreach item'

So I just started learning Studio (I’m a C# developer) and tried to implement the foreach activity but it does not have the ‘item’ argument??? How can I access the specific element from a list/array without that argument??

Hi @Branislav_Zivanovic

You can see the Item name in the properties Panel of For Each. THis has benn updated in the latest version of UiPath Studio.

Regards

Hi @Branislav_Zivanovic
If you observe,The name of the for each changed. You can access the elements in the for each by using currentText.tostring

Hope it helps!!

Thank you! Kinda odd decision to move it there :thinking:

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