Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

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 5

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

2 Replies

Avatar

Correct answer by
Level 5

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 1

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