Unable to create single proof by mapping multiple hash files | Community
Skip to main content
Level 2
March 19, 2025
Solved

Unable to create single proof by mapping multiple hash files

  • March 19, 2025
  • 1 reply
  • 709 views

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!!!

Best answer by Sven-iX

You need to use customAPI module - the search will iterate over all results . Instead you do a search, then iterate over the results manually. 


here the sanitized JSON

1 reply

Sven-iX
Community Advisor
Community Advisor
March 19, 2025

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? 

 

Level 2
March 19, 2025

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.

Sven-iX
Community Advisor
Community Advisor
March 19, 2025

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