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.
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