I’ve got a process where file names are copied out of certain folders into an excel column. However, for some reason the result output for some columns are “Thumbs” instead of the file name. Did anyone have the same issue before? Or does anyone know what “Thumbs” in this context could mean?
Thank you both for your quick reply! @Jeroen_van_Loon you are right, i made it visible and can see it now. Do you know if these files are in general necessary or can be deleted? Sometimes I have more than one file in a folder and i would need all of the file names in a column as an output. Therefore, the “thumbs” is disturbing - while i still need a solution for taking all the filenames in a folder…
Hi @Rahul_Unnikrishnan, I am using the Directory.GetFiles, but just getting one file out of the folder. Is there a way to get all the files and write it in one excel column below each other. (Sometimes a folder contains 2 or more files.
Can you please share the expression that you have used?
If you use the below expression it will give you the list of file names. Then if you need to write to an Excel, you can use Collection to datatable activity and then use a write range activity.