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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I was playing around and was able to do this:
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:
I could then filter on the Zip type to do further processing (Download/Extract Archive/Upload, etc.). Does this work?
I was playing around and was able to do this:
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:
I could then filter on the Zip type to do further processing (Download/Extract Archive/Upload, etc.). Does this work?
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 -
and output for same is -
next i used Upload Document and it is showing like -
output of this is -
In my task folder, file is showing in bytes instead actual size. There is any change required in this ?
Views
Replies
Total Likes
Views
Likes
Replies