Skip to main content
Question

Unzip the folder

  • July 14, 2025
  • 2 replies
  • 31 views

Forum|alt.badge.img

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
Forum|alt.badge.img+10
  • 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!


Marc Mueller
Most Valuable Pathfinder
Forum|alt.badge.img+17
  • 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