For Each UI Element: Source data was modified, for each operation can not continue

Hi, How do you prevent this error from appearing?

I am working on retrieving data from a website - downloading the files which are yet to be selected and worked on. The website keeps updating (removing files that are in progress - the selected files) and I think that is where I get this error. The alphanumeric-named files change everyday and I can’t assign any variable/index since they can be selected and be removed anytime.

Any idea on how to address this problem?

@agahito

You can do a extract table and filter as require don any status or other column which might be reliable and extract the required name or index always in the loop and process further…

So normally we do extract once but for your case as it is dynamic you can wxtract in loop and perform the filtering as well always

Cheers

1 Like

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