Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

I need to identify and extract zip files uploaded in a specific portifolio

Avatar

Level 2

I have a few scenarios running with the same logic.

I get the projects of specific portfolios, then search for documents and apply the metadata.

 

My current challenge is to identify zip files and trigger the action.

 

Any thoughts on how to do it?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

I was playing around and was able to do this:

zip 01.png

Fusion wouldn't let me use currentVersion:documentTypeLabel as an Output in the Search module (only in the Read a record module).

This outputted the file types of my four test files, the last of which was a .zip file:

zip 02.png

I could then filter on the Zip type to do further processing (Download/Extract Archive/Upload, etc.).  Does this work?

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

I was playing around and was able to do this:

zip 01.png

Fusion wouldn't let me use currentVersion:documentTypeLabel as an Output in the Search module (only in the Read a record module).

This outputted the file types of my four test files, the last of which was a .zip file:

zip 02.png

I could then filter on the Zip type to do further processing (Download/Extract Archive/Upload, etc.).  Does this work?

 

Avatar

Level 2

Thank you @KristenS_WF 

 

I was able to find and filter it.

 

Other option is to use: currentVersion:ext

MuuP_0-1709126237905.png

MuuP_1-1709126267402.png

 

 

Avatar

Level 1

I want to download all files from task folder as a zip and same zip i want to upload into destination task folder. How i can do that ?

This is my read a record - 

VijayKu26_0-1746104206479.png

and output for same is - 

VijayKu26_1-1746104249577.png

 

next i used Upload Document and it is showing like - 

VijayKu26_2-1746104377778.png

output of this is -

VijayKu26_3-1746104408453.png

In my task folder, file is showing in bytes instead actual size. There is any change required in this ?