Skip to main content
Ground Control | Tier 1
July 14, 2025
Question

Unzip the folder

  • July 14, 2025
  • 2 replies
  • 75 views

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!!

2 replies

Polyana 8891
Navigator | Tier 3
Navigator | Tier 3
July 14, 2025

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!

Polyana
Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
July 15, 2025

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

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy