For Each loop infity

I use for each activity for loop read file excel in folder but it run loop infinity.

In folder have 1 file .

image

Guide me please.

Hi,

I suppose it might be not loop infinity but processing in long time.
Can you share your workflow as a file or screenshot of whole For Each?

Regards,

How large is your Directory.GetFiles return? What does your output say? If you are unsure of the output, you can do a simple writeline to post to the output pane the filename. If it is incrementing, you most like have a large folder size.

Can you please print filename for each loop, so that we’ll understand its going in infinite loop or taking time for it or reading same file.
Can you please print and share the output

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