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??
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.