Hello ,
I'm working on a usecase where I need to create a single proof by mapping multiple documents and hash files. I'm using create proof module and it is working when I map hashes and file names by using add item but it fails when I map them by getting hash files in a variable. While mapping I'm using the format of hash1,hash2. Let me know if anyone knows how to fix this.
Thanks in advance!!!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Rathina
I was looking into this and can't seem even to create proof with one file.
What do you use as the hash?
Views
Replies
Total Likes
Hi Sven,
First you need to download the document that you want to create proof for and then upload it into Proof HQ using upload files module in workfront Proof connector. This module will result you with the hash you need to create proof.
Thank you so much
I have it working: It seems you need to pass an array when you map the hashes and names, a comma-separated list causes an error.
In my case i have 2 bundles, I upload to Proof, then use an aggregator, and just extract name and hash arrays
This will work if I want to create proofs for each individual documents but in my case I will have more than one document and I need to create a single proof for all of them.
Views
Replies
Total Likes
see screenshots. I am creating a single proof out of 2 files
Views
Replies
Total Likes
Hi Sven,
I have tried your approach but unfortunately it is creating 2 proofs.
Since there are two documents and I'm iterating on documents, i'm getting 2 operations from aggregator also and proof is also being created twice. One proof per document.
Views
Replies
Total Likes
You need to use customAPI module - the search will iterate over all results . Instead you do a search, then iterate over the results manually.
Views
Replies
Total Likes
here the sanitized JSON
Views
Likes
Replies