I want to upload file all in folder output2 (choose one by one until end)
output2.zip (1.1 KB)
Use ForEach activity and write as Directory.GetDirectories(YourPath)
Use Another For Each and write as Directory.GetFiles(item.ToString)
Inside this Foreach you can place your click activities etc to make the upload successful
Hope this may help you
Thanks
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.