Skip to main content

I want to unzip the folder where the name of the file is not constant. Its FXWF_34545_07142025_56757.zip, where 34545 & 56757 is random digits getting generated and appended to file name while downloading the file and keep varying everytime. So I’m trying to use wildcards while unzipping, FXWF_*_$CurrentDate$_*.zip. But this is not working. Its working only if I’m getting the complete path without wildcard.

 

Can some help how can I unzip this file.

 

Thanks in advance!!

Olá!

Você pode usar um loop de pasta para encontrar o nome exato da pasta que deseja descompactar.

Espero que isso lhe dê algumas dicas e ajude!


Hi ​@abhijna.nayak,

 

what about this one?

 

 

Make sure that the list variable in L1 is SubtypeAny

 

 

This will give you a list of files with correct path and name like this:

 

Cheers

Marc