Hello friends,
Iโm trying to zip files into a folders via uipath ![]()
I created a loop and inside it i used the activity, but this put only the first file
Envoi de rapport quotidient.xaml (35.1 KB)
Hello friends,
Iโm trying to zip files into a folders via uipath ![]()
I created a loop and inside it i used the activity, but this put only the first file
Envoi de rapport quotidient.xaml (35.1 KB)
@abdel ,
For multiple files you need to use โ|โ char between each file name.
eg: โCount Activities in xaml.xaml|Sequence5.xaml|SubstringUnicodeChars.xaml|GetOutlookMails.xamlโ
which files? the folders contain .xlsx files!!!
@abdel ,
Yes, then you need to give all the .xlsx files with โ|โ delimeter.
@abdel ,
In the Add Files parameter you need to that, if you select multiple files then you will see that automatically. If you need to get it dynamically then get list of files and join those file name with this โ|โ symbol.