I am using a “For Each” loop to iterate a range in Excel. However, I have to place the “For Each” activity outside the “Use Excel File” activity or if hangs. Even a simple loop like this https://docs.uipath.com/activities/other/latest/workflow/for-each
fails unless outside.
Still having this problem. I have a workflow that has been working well for some time. Now it freezes in a “For Each Excel Row” activity when it encounters a “If else” activity or a “For Each” activity. I have tried it with and w/o an “Excel Scope” activity. I had to remove all the ifs and for-each type activities and if runs fine. I checked the UiPath Diagnostics and it may have something to do with threading. I tried reinstalling Studio but still same issue. Has there been an update that is causing this error? It there something I am doing wrong.