In the control flow lesson of uipath can anyone show me the proper workflow of for each loop?

The variable getfile , item, index and the vb.net functions like getfile.directory(selectedfolder) Please

Hi @Swagasmini_Jena

String strarray=Directory.GetFiles(“your folder path”)

Use For each item in strarray

print the item in log message

Thanks
Ashwin S

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