could you please tell me how to a list of File Names from a folder owned by somebody else?
Str[] var1 = Directory.GetFiles(InputFolderPath)
Please find attached workflow
Example.zip (30.7 KB)
hey
try with this please
regards!
@spanct Once you read the files into the variable you can use loop to get each file name
Use workflow for ref
Example.zip (30.7 KB)
thanks for your help, I will look into this
where can i find “For Each File in Folder” activity? thanks!
hey
in the activities panel
regards