The merge-node doesnt work like it should.
I try to merge two threads to one with the combine methode.
The fields are diffrent named and I use the field expression because in input one I have to replace “.pdf” from the string. In input two I need two json.keys to build the matching value.
My second input is a if node.
In this screenshot is to see that the second input field has no value
Hi,
I noticed that in the first image, the input data is in binary format, so the IF node won’t be able to process it the way you expect.
Therefore, you should add a Set node after the Read Metadata node to return a matchId value.